API Reference
Class
JsonRpcNotificationEventArgs
Event arguments for JSON-RPC notifications.
Inheritance
- EventArgs
- JsonRpcNotificationEventArgs
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public JsonRpcNotificationEventArgs(String method, JsonValue params) #Initializes a new notification event args instance.
Parameters
- method System.String
- The notification method name.
- params IntelligenceX.Json.JsonValue
- Optional notification parameters.