C# 클래스 DotNetGroup.Services.StreamPersister

상속: IStreamPersister
파일 보기 프로젝트 열기: sergejusb/DotNetGroup 1 사용 예제들

공개 메소드들

메소드 설명
PersistLatest ( ) : void
StreamPersister ( IItemAggregator streamAggregator, IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System
StreamPersister ( string connectionString, string database ) : System

메소드 상세

PersistLatest() 공개 메소드

public PersistLatest ( ) : void
리턴 void

StreamPersister() 공개 메소드

public StreamPersister ( IItemAggregator streamAggregator, IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System
streamAggregator IItemAggregator
streamProcessor IItemProcessor
streamStorage IStreamStorage
리턴 System

StreamPersister() 공개 메소드

public StreamPersister ( string connectionString, string database ) : System
connectionString string
database string
리턴 System