C# 클래스 EzBus.Core.Host

파일 보기 프로젝트 열기: Zapote/EzBus

공개 메소드들

메소드 설명
Host ( HostConfig config ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
CreateListeningWorkers ( ) : void
InvokeHandler ( Type handlerType, object message ) : InvokationResult
LoadHandlers ( ) : bool
OnMessageReceived ( object sender, MessageReceivedEventArgs e ) : void
PlaceMessageOnErrorQueue ( ChannelMessage message, Exception exception ) : void
Subscribe ( ) : void

메소드 상세

Host() 공개 메소드

public Host ( HostConfig config ) : System
config HostConfig
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void