JsonRpcMessageEventArgs(RequestId) Constructor
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.
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.