Share via


JsonRpcError.RequestId Property

Definition

Gets or sets an identifier established by the client if a response to the request is expected.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="id", Order=1)]
public StreamJsonRpc.RequestId RequestId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="id", Order=1)>]
member this.RequestId : StreamJsonRpc.RequestId with get, set
Public Property RequestId As RequestId

Property Value

Implements

Attributes

Applies to