GlobalDnsNextAttemptInterval Property
Gets or sets the amount of time (in milliseconds) the failed DNS server spends in quarantine.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static int DnsNextAttemptInterval { get; set; }

Property Value

Type: Int32
The length of the period (in milliseconds) the failed DNS server spends in quarantine. The default value is 1000 (1 second).
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is negative.
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