C# 클래스 Audit.Util.DomainQueryManager

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

공개 메소드들

메소드 설명
CloneFor ( LocalEventStore store ) : DomainQueryManager
DomainQueryManager ( IEnvelopeStreamer serializer, LocalEventStore store, ShellServices services ) : System
Log ( string text ) : void
QueryConsumer ( Action redirects ) : void
SyncLog ( ) : Task

메소드 상세

CloneFor() 공개 메소드

public CloneFor ( LocalEventStore store ) : DomainQueryManager
store LocalEventStore
리턴 DomainQueryManager

DomainQueryManager() 공개 메소드

public DomainQueryManager ( IEnvelopeStreamer serializer, LocalEventStore store, ShellServices services ) : System
serializer IEnvelopeStreamer
store LocalEventStore
services ShellServices
리턴 System

Log() 공개 메소드

public Log ( string text ) : void
text string
리턴 void

QueryConsumer() 공개 메소드

public QueryConsumer ( Action redirects ) : void
redirects Action
리턴 void

SyncLog() 공개 메소드

public SyncLog ( ) : Task
리턴 Task