FabricTransportServiceRemotingProviderAttribute.OperationTimeoutInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET