JsonRpcResponseEventArgs(RequestId, Boolean) 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 JsonRpcResponseEventArgs class.
public JsonRpcResponseEventArgs (StreamJsonRpc.RequestId requestId, bool isSuccessfulResponse);
new StreamJsonRpc.Reflection.JsonRpcResponseEventArgs : StreamJsonRpc.RequestId * bool -> StreamJsonRpc.Reflection.JsonRpcResponseEventArgs
Public Sub New (requestId As RequestId, isSuccessfulResponse As Boolean)
Parameters
- requestId
- RequestId
The ID from the request or response that the event is regarding.
- isSuccessfulResponse
- Boolean
A flag indicating whether the response is a result (as opposed to an error).