C# Class EdjCase.JsonRpc.Core.RpcRequest

Afficher le fichier Open project: edjCase/JsonRpc Class Usage Examples

Private Properties

Свойство Type Description
RpcRequest System.Collections.Generic

Méthodes publiques

Méthode Description
RpcRequest ( object id, string method ) : System.Collections.Generic
RpcRequest ( object id, string method, object>.Dictionary parameterMap ) : System.Collections.Generic

Private Methods

Méthode Description
RpcRequest ( ) : System.Collections.Generic

Method Details

RpcRequest() public méthode

public RpcRequest ( object id, string method ) : System.Collections.Generic
id object Request id
method string Target method name
Résultat System.Collections.Generic

RpcRequest() public méthode

public RpcRequest ( object id, string method, object>.Dictionary parameterMap ) : System.Collections.Generic
id object Request id
method string Target method name
parameterMap object>.Dictionary Map of parameter name to parameter value for the target method
Résultat System.Collections.Generic