DeviceClient.OperationTimeoutInMilliseconds 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.
Stores the timeout used in the operation retries. Note that this value is ignored for operations where a cancellation token is provided. For example, SendEventAsync(Message) will use this timeout, but SendEventAsync(Message, CancellationToken) will not. The latter operation will only be canceled by the provided cancellation token.
public uint OperationTimeoutInMilliseconds { get; set; }
member this.OperationTimeoutInMilliseconds : uint32 with get, set
Public Property OperationTimeoutInMilliseconds As UInteger
Property Value
Applies to
Azure SDK for .NET