C# 클래스 TastyDomainDriven.Sample.CommandServices.ConsoleLoggerDispatcher

상속: IAsyncCommandDispatcher
파일 보기 프로젝트 열기: jaceenet/TastyDomainDriven

공개 메소드들

메소드 설명
ConsoleLoggerDispatcher ( IAsyncCommandDispatcher dispatcher ) : System
Dispatch ( ICommand command ) : System.Threading.Tasks.Task

메소드 상세

ConsoleLoggerDispatcher() 공개 메소드

public ConsoleLoggerDispatcher ( IAsyncCommandDispatcher dispatcher ) : System
dispatcher IAsyncCommandDispatcher
리턴 System

Dispatch() 공개 메소드

public Dispatch ( ICommand command ) : System.Threading.Tasks.Task
command ICommand
리턴 System.Threading.Tasks.Task