LumiSoft Mail Server User API
SOA_Record Constructor (nameServer, adminEmail, serial, refresh, retry, expire, minimum, ttl)
Namespaces > LumiSoft.Net.Dns.Client > SOA_Record > SOA_RecordNew(String, String, Int64, Int64, Int64, Int64, Int64, Int32)
Default constructor.
Syntax
C#Visual BasicManaged C++
public SOA_Record (
	string nameServer,
	string adminEmail,
	long serial,
	long refresh,
	long retry,
	long expire,
	long minimum,
	int ttl
)
Public Sub New ( _
	nameServer As String, _
	adminEmail As String, _
	serial As Long, _
	refresh As Long, _
	retry As Long, _
	expire As Long, _
	minimum As Long, _
	ttl As Integer _
)
public:
SOA_Record (
	String^ nameServer, 
	String^ adminEmail, 
	long long serial, 
	long long refresh, 
	long long retry, 
	long long expire, 
	long long minimum, 
	int ttl
)
Parameters
nameServer (String)
Name server.
adminEmail (String)
Zone administrator email.
serial (Int64)
Version number of the original copy of the zone.
refresh (Int64)
Time interval(in seconds) before the zone should be refreshed.
retry (Int64)
Time interval(in seconds) that should elapse before a failed refresh should be retried.
expire (Int64)
Time value(in seconds) that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.
minimum (Int64)
Minimum TTL(in seconds) field that should be exported with any RR from this zone.
ttl (Int32)
TTL value.

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