TransportServer.TransientFailureRetryInterval Property
Gets or sets the connection interval between each immediate connection attempt after a failed connection.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property TransientFailureRetryInterval As EnhancedTimeSpan
Get
Set
'Usage
Dim instance As TransportServer
Dim value As EnhancedTimeSpan
value = instance.TransientFailureRetryInterval
instance.TransientFailureRetryInterval = value
[ParameterAttribute(Mandatory = false)]
public EnhancedTimeSpan TransientFailureRetryInterval { get; set; }
Property Value
Type: Microsoft.Exchange.Data.EnhancedTimeSpan
The connection interval between each immediate connection attempt after a failed connection.
Remarks
The TransientFailureRetryInterval property sets the transient connection failure retry interval for subsequent connection attempts to a remote server when previous connection attempts have failed. On a Hub Transport server, the default is 5 minutes; on an Edge Transport server, the default is 10 minutes.
The value of the OutboundConnectionFailureRetryInterval property is a time span in the form dd.hh:mm:ss, where d = days, h = hours, m = minutes, and s = seconds. For example, to set the outbound connection retry interval to 15 minutes, set the time span to 00.00:15:00.
The value of the TransientFailureRetryInterval property must be between 1 second (00.00:00:01) and 12 hours (00.12:00:00).