Class
JsonRpcNotificationEventArgs
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object