C# Class Common.ServiceMeta

ファイルを表示 Open project: fingerpasswang/Phial.Fantasy

Public Methods

Method Description
GetBindingKey ( byte sid ) : string
GetClientBindingKey ( byte sid, ulong pid ) : string
GetClientRoutingKey ( byte sid, ulong pid ) : string
GetExchange ( byte sid ) : string
GetMode ( string mode ) : Mode
GetRoutingKey ( byte sid ) : string
GetServiceId ( string service ) : byte
IsServiceForward ( byte sid ) : bool

Private Methods

Method Description
ServiceMeta ( ) : Common.System

Method Details

GetBindingKey() public method

public GetBindingKey ( byte sid ) : string
sid byte
return string

GetClientBindingKey() public method

public GetClientBindingKey ( byte sid, ulong pid ) : string
sid byte
pid ulong
return string

GetClientRoutingKey() public method

public GetClientRoutingKey ( byte sid, ulong pid ) : string
sid byte
pid ulong
return string

GetExchange() public method

public GetExchange ( byte sid ) : string
sid byte
return string

GetMode() public method

public GetMode ( string mode ) : Mode
mode string
return Mode

GetRoutingKey() public method

public GetRoutingKey ( byte sid ) : string
sid byte
return string

GetServiceId() public method

public GetServiceId ( string service ) : byte
service string
return byte

IsServiceForward() public method

public IsServiceForward ( byte sid ) : bool
sid byte
return bool