JsonRpcMessageEventArgs 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 from request or response messages.
public class JsonRpcMessageEventArgs : EventArgs
type JsonRpcMessageEventArgs = class
inherit EventArgs
Public Class JsonRpcMessageEventArgs
Inherits EventArgs
- Inheritance
-
JsonRpcMessageEventArgs
- Derived
Constructors
JsonRpcMessageEventArgs(RequestId) |
Initializes a new instance of the JsonRpcMessageEventArgs class. |
Properties
RequestId |
Gets the id on the request, result or error. |