C# Класс MsgPack.Rpc.Server.Dispatch.OperationDescription

Describes the RPC service operation (method).
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FromServiceDescription ( RpcServerRuntime runtime, MsgPack.Rpc.Server.Dispatch.ServiceDescription service ) : IEnumerable

Creates the collection of the OperationDescription from the service 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

Описание методов

FromServiceDescription() публичный статический Метод

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.
Результат IEnumerable