C# 클래스 MsgPack.Rpc.Server.Dispatch.OperationDescription

Describes the RPC service operation (method).
파일 보기 프로젝트 열기: yfakariya/msgpack-rpc-cli 1 사용 예제들

공개 메소드들

메소드 설명
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