C# Class EventCentric.Persistence.EventStoreBase

Afficher le fichier Open project: Narvalex/EventCentric

Protected Properties

Свойство Type Description
streamType string

Méthodes protégées

Méthode Description
EventStoreBase ( string streamType ) : System
GetConsistencyPercentage ( long consumerVersion, long producerVersion ) : string

Method Details

EventStoreBase() protected méthode

protected EventStoreBase ( string streamType ) : System
streamType string
Résultat System

GetConsistencyPercentage() protected méthode

protected GetConsistencyPercentage ( long consumerVersion, long producerVersion ) : string
consumerVersion long
producerVersion long
Résultat string

Property Details

streamType protected_oe property

protected string streamType
Résultat string