JsonRpcResponseEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
応答メッセージの RequestId 成功状態を示します。
public class JsonRpcResponseEventArgs : StreamJsonRpc.Reflection.JsonRpcMessageEventArgs
type JsonRpcResponseEventArgs = class
inherit JsonRpcMessageEventArgs
Public Class JsonRpcResponseEventArgs
Inherits JsonRpcMessageEventArgs
- 継承
コンストラクター
JsonRpcResponseEventArgs(RequestId, Boolean) |
JsonRpcResponseEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
IsSuccessfulResponse |
応答が (エラーではなく) 結果であるかどうかを示す値を取得します。 |
RequestId |
要求、結果、またはエラーの ID を取得します。 (継承元 JsonRpcMessageEventArgs) |