IntelligenceX
Class

JsonRpcNotificationEventArgs

Namespace IntelligenceX.Rpc
Assembly IntelligenceX
Base EventArgs
Modifiers sealed

Event arguments for JSON-RPC notifications.

Inheritance

  • EventArgs
  • JsonRpcNotificationEventArgs

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.

Properties

public String Method { get; } #

Gets the notification method name.

public JsonValue Params { get; } #

Gets the notification parameters.