DirectMethodClientResponse Class

Definition

The device/module's response to a direct method invocation.

public class DirectMethodClientResponse
type DirectMethodClientResponse = class
Public Class DirectMethodClientResponse
Inheritance
DirectMethodClientResponse

Constructors

DirectMethodClientResponse()

This constructor is for deserialization and unit test mocking purposes.

Properties

Payload

Get the payload object. May be null or empty.

Status

Gets or sets the status of device method invocation.

Applies to