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

Inheritance: EventStore.Core.Messaging.Message
Exibir arquivo Open project: EventStore/EventStore Class Usage Examples

Public Properties

Property Type Description
CommitPosition long
Event EventRecord
TfEof bool

Public Methods

Method Description
EventCommitted ( long commitPosition, EventRecord @event, bool isTfEof ) : System

Method Details

EventCommitted() public method

public EventCommitted ( long commitPosition, EventRecord @event, bool isTfEof ) : System
commitPosition long
@event EventRecord
isTfEof bool
return System

Property Details

CommitPosition public_oe property

public long CommitPosition
return long

Event public_oe property

public EventRecord Event
return EventRecord

TfEof public_oe property

public bool TfEof
return bool