Condividi tramite


MethodRequest.ConnectionTimeout Property

Definition

The device connection timeout value. This value is the amount of time upon invocation of a direct method that IoT hub service must await for a disconnected device to come online. The default value is 0, meaning that devices must already be online upon invocation of a direct method. The maximum value for connectTimeoutInSeconds is 300 seconds. Note: This value is relevant only when invoking methods from one edge module to another.

public TimeSpan? ConnectionTimeout { get; }
member this.ConnectionTimeout : Nullable<TimeSpan>
Public ReadOnly Property ConnectionTimeout As Nullable(Of TimeSpan)

Property Value

Applies to