C# 클래스 Recipes.Wires.SimpleBus

상속: IBus
파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs

공개 메소드들

메소드 설명
Dispatch ( object command, System.Action onSuccess, Action onFailure = null ) : void
SendOne ( object content ) : void
SimpleBus ( Lokad.Cqrs.SimpleMessageSender sender, SimpleDispatcher dispatcher ) : System

메소드 상세

Dispatch() 공개 메소드

public Dispatch ( object command, System.Action onSuccess, Action onFailure = null ) : void
command object
onSuccess System.Action
onFailure Action
리턴 void

SendOne() 공개 메소드

public SendOne ( object content ) : void
content object
리턴 void

SimpleBus() 공개 메소드

public SimpleBus ( Lokad.Cqrs.SimpleMessageSender sender, SimpleDispatcher dispatcher ) : System
sender Lokad.Cqrs.SimpleMessageSender
dispatcher SimpleDispatcher
리턴 System