Method | Description | |
---|---|---|
PersistLatest ( ) : void | ||
StreamPersister ( IItemAggregator streamAggregator, IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System | ||
StreamPersister ( string connectionString, string database ) : System |
public StreamPersister ( IItemAggregator streamAggregator, IItemProcessor streamProcessor, IStreamStorage streamStorage ) : System | ||
streamAggregator | IItemAggregator | |
streamProcessor | IItemProcessor | |
streamStorage | IStreamStorage | |
return | System |
public StreamPersister ( string connectionString, string database ) : System | ||
connectionString | string | |
database | string | |
return | System |