DigitalTwinInvokeCommandRequestOptions Class

Definition

General request options that are applicable, but optional, for invoke command APIs.

public class DigitalTwinInvokeCommandRequestOptions
type DigitalTwinInvokeCommandRequestOptions = class
Public Class DigitalTwinInvokeCommandRequestOptions
Inheritance
DigitalTwinInvokeCommandRequestOptions

Constructors

DigitalTwinInvokeCommandRequestOptions()

Properties

ConnectTimeoutInSeconds

The time (in seconds) that the service waits for the device to come online. The default is 0 seconds (which means the device must already be online) and the maximum is 300 seconds.

ResponseTimeoutInSeconds

The time (in seconds) that the service waits for the method invocation to return a response. The default is 30 seconds, minimum is 5 seconds, and maximum is 300 seconds.

Applies to