Share via


JsonRpcMessageEventArgs(RequestId) Constructor

Definition

Initializes a new instance of the JsonRpcMessageEventArgs class.

public JsonRpcMessageEventArgs (StreamJsonRpc.RequestId requestId);
new StreamJsonRpc.Reflection.JsonRpcMessageEventArgs : StreamJsonRpc.RequestId -> StreamJsonRpc.Reflection.JsonRpcMessageEventArgs
Public Sub New (requestId As RequestId)

Parameters

requestId
RequestId

The ID from the request or response that the event is regarding.

Applies to