C# Class EventStore.Core.Messages.StorageMessage.EventCommitted

Inheritance: EventStore.Core.Messaging.Message
Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Свойство Type Description
CommitPosition long
Event EventRecord
TfEof bool

Méthodes publiques

Méthode Description
EventCommitted ( long commitPosition, EventRecord @event, bool isTfEof ) : System

Method Details

EventCommitted() public méthode

public EventCommitted ( long commitPosition, EventRecord @event, bool isTfEof ) : System
commitPosition long
@event EventRecord
isTfEof bool
Résultat System

Property Details

CommitPosition public_oe property

public long CommitPosition
Résultat long

Event public_oe property

public EventRecord Event
Résultat EventRecord

TfEof public_oe property

public bool TfEof
Résultat bool