JsonRpcRequest.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.
Gets or sets an identifier established by the client if a response to the request is expected.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="id", Order=1)]
public StreamJsonRpc.RequestId RequestId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="id", Order=1)>]
member this.RequestId : StreamJsonRpc.RequestId with get, set
Public Property RequestId As RequestId
Property Value
Implements
- Attributes