Свойство | Тип | Описание | |
---|---|---|---|
RpcRequest | System.Collections.Generic |
Метод | Описание | |
---|---|---|
RpcRequest ( object id, string method ) : System.Collections.Generic | ||
RpcRequest ( object id, string method, object>.Dictionary |
Метод | Описание | |
---|---|---|
RpcRequest ( ) : System.Collections.Generic |
public RpcRequest ( object id, string method ) : System.Collections.Generic | ||
id | object | Request id |
method | string | Target method name |
Результат | 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 |
Результат | System.Collections.Generic |