JsonRpcResponseEventArgs Class
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.
Carries the RequestId and success status of response messages.
public class JsonRpcResponseEventArgs : StreamJsonRpc.Reflection.JsonRpcMessageEventArgs
type JsonRpcResponseEventArgs = class
inherit JsonRpcMessageEventArgs
Public Class JsonRpcResponseEventArgs
Inherits JsonRpcMessageEventArgs
- Inheritance
Constructors
JsonRpcResponseEventArgs(RequestId, Boolean) |
Initializes a new instance of the JsonRpcResponseEventArgs class. |
Properties
IsSuccessfulResponse |
Gets a value indicating whether the response is a result (as opposed to an error). |
RequestId |
Gets the id on the request, result or error. (Inherited from JsonRpcMessageEventArgs) |