C# 클래스 EventStore.Projections.Core.Services.Management.ResponseWriter

상속: IResponseWriter
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 메소드들

메소드 설명
PublishCommand ( string command, object body ) : void
Reset ( ) : void
ResponseWriter ( IODispatcher ioDispatcher ) : System

비공개 메소드들

메소드 설명
CreateEvent ( System.Item item ) : EventStore.Core.Data.Event
EmitEvents ( ) : void

메소드 상세

PublishCommand() 공개 메소드

public PublishCommand ( string command, object body ) : void
command string
body object
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ResponseWriter() 공개 메소드

public ResponseWriter ( IODispatcher ioDispatcher ) : System
ioDispatcher IODispatcher
리턴 System