Click or drag to resize
ResponseMessageId Property
A unique ID assigned to the request/response session. The request creator is responsible for this value.

Namespace: VSCode.JsonRpc
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public int Id { get; set; }

Property Value

Type: Int32
See Also