Share via


DirectMethodServiceRequest Class

Definition

Parameters to execute a direct method on a device or module.

public class DirectMethodServiceRequest
type DirectMethodServiceRequest = class
Public Class DirectMethodServiceRequest
Inheritance
DirectMethodServiceRequest

Constructors

Name Description
DirectMethodServiceRequest()

Initialize an instance of this class.

Properties

Name Description
ConnectionTimeout

The amount of time given to the service to connect to the device.

MethodName

The method name to run.

Payload

Get the payload object. May be null or empty.

PayloadAsJsonString

Get the serialized JSON payload. May be null or empty.

ResponseTimeout

The amount of time given to the device to process and respond to the command request.

Methods

Name Description
GetPayload<T>()

Returns JSON payload in a custom type.

Applies to