C# 클래스 ConsoleRunner.Routing.BusClient

상속: IBusClient
파일 보기 프로젝트 열기: Lokad/lokad-cqrs-samples 1 사용 예제들

공개 메소드들

메소드 설명
BusClient ( IQueueWriter commandWriter, IQueueWriter eventWriter ) : System
Send ( ) : void

메소드 상세

BusClient() 공개 메소드

public BusClient ( IQueueWriter commandWriter, IQueueWriter eventWriter ) : System
commandWriter IQueueWriter
eventWriter IQueueWriter
리턴 System

Send() 공개 메소드

public Send ( ) : void
리턴 void