GlobalDnsNextAttemptInterval Property |
Gets or sets the amount of time (in milliseconds) the failed DNS server spends in quarantine.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static int DnsNextAttemptInterval { get; set; }
Public Shared Property DnsNextAttemptInterval As Integer
Get
Set
Property Value
Type:
Int32The length of the period (in milliseconds) the failed DNS server spends in quarantine. The default value is 1000 (1 second).
Exceptions Remarks
If the DNS server didn't responded
UdpRetryCount running,
it's set in quarantine for
DnsNextAttemptInterval milliseconds. During this interval,
the server is not used (other servers used if any, or an error occurs if all the servers are in
quarantine). If the number of quarantines reaches
DnsMaxFailureCount,
the server is disabled instead of being set in quarantine (see
DnsMaxFailureCount field
for details).
See Also