DirectMethodRequest.RequestId Property

Definition

The request Id for the transport layer.

[Newtonsoft.Json.JsonIgnore]
public string RequestId { get; protected internal set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.RequestId : string with get, set
Public Property RequestId As String

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Remarks

This value is not part of the JSON payload. It is received as topic string parameter over MQTT and as a property over AMQP, and would likely only be interesting to a device app for diagnostics.

Applies to