DigitalTwinInvokeCommandRequestOptions Class
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.
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
Azure SDK for .NET