JsonRpcResponseEventArgs(RequestId, Boolean) Constructor

Definition

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).

Applies to