FabricTransportActorRemotingProviderAttribute.OperationTimeoutInSeconds Property

Definition

Gets or Sets the operation timeout in seconds. If the operation is not completed in the specified time, it will be timed out. By default, exception handler of FabricTransportServiceRemotingClientFactory /> retries the timed out exception. It is recommended to not change the operation timeout from it's default value.

public long OperationTimeoutInSeconds { get; set; }
member this.OperationTimeoutInSeconds : int64 with get, set
Public Property OperationTimeoutInSeconds As Long

Property Value

The operation timeout in seconds. If not specified or less than zero, default operation timeout of maximum value is used.

Applies to