C# Class MsgPack.Rpc.Server.Dispatch.OperationDescription

Describes the RPC service operation (method).
Afficher le fichier Open project: yfakariya/msgpack-rpc-cli Class Usage Examples

Méthodes publiques

Méthode Description
FromServiceDescription ( RpcServerRuntime runtime, MsgPack.Rpc.Server.Dispatch.ServiceDescription service ) : IEnumerable

Creates the collection of the OperationDescription from the service description.

Private Methods

Méthode Description
FromServiceMethodCore ( RpcServerRuntime runtime, MsgPack.Rpc.Server.Dispatch.ServiceDescription service, MethodInfo operation ) : OperationDescription
OperationDescription ( MsgPack.Rpc.Server.Dispatch.ServiceDescription service, string id, Func operation ) : System

Method Details

FromServiceDescription() public static méthode

Creates the collection of the OperationDescription from the service description.
/// is null. /// Or, is null. ///
public static FromServiceDescription ( RpcServerRuntime runtime, MsgPack.Rpc.Server.Dispatch.ServiceDescription service ) : IEnumerable
runtime RpcServerRuntime The which provides runtime services.
service MsgPack.Rpc.Server.Dispatch.ServiceDescription The target service description.
Résultat IEnumerable