DirectMethodServiceRequest.ResponseTimeout 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.
The amount of time given to the device to process and respond to the command request.
[Newtonsoft.Json.JsonIgnore]
public TimeSpan? ResponseTimeout { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ResponseTimeout : Nullable<TimeSpan> with get, set
Public Property ResponseTimeout As Nullable(Of TimeSpan)
Property Value
- Attributes
-
Newtonsoft.Json.JsonIgnoreAttribute
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
Azure SDK for .NET