API Reference
Class
RpcCallStartedEventArgs
Event arguments raised when a JSON-RPC call starts.
Inheritance
- EventArgs
- RpcCallStartedEventArgs
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 RpcCallStartedEventArgs(String method, JsonValue parameters, Nullable<Int64> requestId = null) #Initializes a new call-start event args instance.
Parameters
- method System.String
- The RPC method name.
- parameters IntelligenceX.Json.JsonValue
- The RPC parameters.
- requestId System.Nullable{System.Int64} = null
- The JSON-RPC request id, if available.