C# 클래스 Recipes.Wires.Bus

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

공개 메소드들

메소드 설명
Send ( IRecipeCommand commmand, System.Action onSuccess, Action onError = null ) : void
SendOne ( object content ) : void
SetBus ( IBus bus ) : void

메소드 상세

Send() 공개 정적인 메소드

public static Send ( IRecipeCommand commmand, System.Action onSuccess, Action onError = null ) : void
commmand IRecipeCommand
onSuccess System.Action
onError Action
리턴 void

SendOne() 공개 정적인 메소드

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

SetBus() 공개 정적인 메소드

public static SetBus ( IBus bus ) : void
bus IBus
리턴 void