TransportServer.TransientFailureRetryCount Property

Gets or sets the maximum number of immediate connection retries that are attempted when the server cannot connect with a remote server.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property TransientFailureRetryCount As Integer
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Integer

value = instance.TransientFailureRetryCount

instance.TransientFailureRetryCount = value
[ParameterAttribute(Mandatory = false)]
public int TransientFailureRetryCount { get; set; }

Property Value

Type: System.Int32
The maximum number of immediate connection retries that are attempted when the server cannot connect with a remote server. The default value is 6.

Remarks

The TransientFailureRetryCount property sets the number of retries that a server makes immediately after a failed connection attempt with a remote server.

When the TransientFailureRetryCount property is set to 0, the server does not immediately retry the connection, and the next connection attempt is controlled by the OutboundConnectionFailureRetryInterval property.