Property | Type | Description | |
---|---|---|---|
RpcRequest | System.Collections.Generic |
Method | Description | |
---|---|---|
RpcRequest ( object id, string method ) : System.Collections.Generic | ||
RpcRequest ( object id, string method, object>.Dictionary |
Method | Description | |
---|---|---|
RpcRequest ( ) : System.Collections.Generic |
public RpcRequest ( object id, string method ) : System.Collections.Generic | ||
id | object | Request id |
method | string | Target method name |
return | System.Collections.Generic |
public RpcRequest ( object id, string method, object>.Dictionary |
||
id | object | Request id |
method | string | Target method name |
parameterMap | object>.Dictionary | Map of parameter name to parameter value for the target method |
return | System.Collections.Generic |