InvokeDigitalTwinCommandOptions.ResponseTimeout Property

Definition

The amount of time given to the device to process and respond to the command request.

public TimeSpan? ResponseTimeout { get; set; }
member this.ResponseTimeout : Nullable<TimeSpan> with get, set
Public Property ResponseTimeout As Nullable(Of TimeSpan)

Property Value

Remarks

This timeout may happen if the target device is slow in handling the direct method.

This value is propagated to the service in terms of seconds, so this value does not have a level of precision below seconds. For example, setting this value to TimeSpan.FromMilliseconds(500) will result in this request having a timeout of 0 seconds.

Applies to