MethodRequest.ConnectionTimeout 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 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
Azure SDK for .NET