DeviceClient.OperationTimeoutInMilliseconds Property

Definition

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