C# Class EventCentric.Persistence.EventStoreBase

Mostra file Open project: Narvalex/EventCentric

Protected Properties

Property Type Description
streamType string

Protected Methods

Method Description
EventStoreBase ( string streamType ) : System
GetConsistencyPercentage ( long consumerVersion, long producerVersion ) : string

Method Details

EventStoreBase() protected method

protected EventStoreBase ( string streamType ) : System
streamType string
return System

GetConsistencyPercentage() protected method

protected GetConsistencyPercentage ( long consumerVersion, long producerVersion ) : string
consumerVersion long
producerVersion long
return string

Property Details

streamType protected_oe property

protected string streamType
return string