次の方法で共有


JsonRpcResponseEventArgs(RequestId, Boolean) コンストラクター

定義

JsonRpcResponseEventArgs クラスの新しいインスタンスを初期化します。

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)

パラメーター

requestId
RequestId

イベントに関連する要求または応答の ID。

isSuccessfulResponse
Boolean

応答が結果であるかどうかを示すフラグ (エラーではなく)。

適用対象