메소드 | 설명 | |
---|---|---|
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 |
public static PublishAsync ( object message ) : Task, | ||
message | object | |
리턴 | Task, |
public static Send ( string destination, object message ) : void | ||
destination | string | |
message | object | |
리턴 | void |
public static SendAsync ( string destination, object message ) : Task, | ||
destination | string | |
message | object | |
리턴 | Task, |