C# 클래스 Bus, EzBus

파일 보기 프로젝트 열기: Zapote/EzBus 1 사용 예제들

공개 메소드들

메소드 설명
Publish ( object message ) : void
PublishAsync ( object message ) : Task,
Send ( object message ) : void
Send ( string destination, object message ) : void
SendAsync ( object message ) : Task,
SendAsync ( string destination, object message ) : Task,
Start ( ) : void

비공개 메소드들

메소드 설명
Bus ( ) : System.Threading.Tasks
ConfigureLogging ( ) : void

메소드 상세

Publish() 공개 정적인 메소드

public static Publish ( object message ) : void
message object
리턴 void

PublishAsync() 공개 정적인 메소드

public static PublishAsync ( object message ) : Task,
message object
리턴 Task,

Send() 공개 정적인 메소드

public static Send ( object message ) : void
message object
리턴 void

Send() 공개 정적인 메소드

public static Send ( string destination, object message ) : void
destination string
message object
리턴 void

SendAsync() 공개 정적인 메소드

public static SendAsync ( object message ) : Task,
message object
리턴 Task,

SendAsync() 공개 정적인 메소드

public static SendAsync ( string destination, object message ) : Task,
destination string
message object
리턴 Task,

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void