LumiSoft Mail Server User API
GetFromCache Method (qname, qtype)
Namespaces > LumiSoft.Net.Dns.Client > DnsCache > GetFromCache(String, Int32)
Tries to get dns records from cache, if any.
Syntax
C#Visual BasicManaged C++
public static DnsServerResponse GetFromCache (
	string qname,
	int qtype
)
Public Shared Function GetFromCache ( _
	qname As String, _
	qtype As Integer _
) As DnsServerResponse
public:
static DnsServerResponse^ GetFromCache (
	String^ qname, 
	int qtype
)
Parameters
qname (String)

[Missing <param> documentation for "qname"]

qtype (Int32)

[Missing <param> documentation for "qtype"]

Return Value
Returns null if not in cache.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)