LumiSoft Mail Server User API
AddToCache Method (qname, qtype, answers)
Namespaces > LumiSoft.Net.Dns.Client > DnsCache > AddToCache(String, Int32, DnsServerResponse)
Adds dns records to cache. If old entry exists, it is replaced.
Syntax
C#Visual BasicManaged C++
public static void AddToCache (
	string qname,
	int qtype,
	DnsServerResponse answers
)
Public Shared Sub AddToCache ( _
	qname As String, _
	qtype As Integer, _
	answers As DnsServerResponse _
)
public:
static void AddToCache (
	String^ qname, 
	int qtype, 
	DnsServerResponse^ answers
)
Parameters
qname (String)

[Missing <param> documentation for "qname"]

qtype (Int32)

[Missing <param> documentation for "qtype"]

answers (DnsServerResponse)

[Missing <param> documentation for "answers"]

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