DirectMethodRequest.RequestId Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET