Share via


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
Public Property TransientFailureRetryCount As Integer
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Integer

value = instance.TransientFailureRetryCount

instance.TransientFailureRetryCount = value
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.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace