프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |