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

Inheritance: EventStore.Core.Messaging.Message
Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
CorrelationId System.Guid
FirstEventNumber int
IsSelf bool
LastEventNumber int
LogPosition long
TransactionPosition long

Public Methods

Method Description
CommitAck ( System.Guid correlationId, long logPosition, long transactionPosition, int firstEventNumber, int lastEventNumber, bool isSelf = false ) : System

Method Details

CommitAck() public method

public CommitAck ( System.Guid correlationId, long logPosition, long transactionPosition, int firstEventNumber, int lastEventNumber, bool isSelf = false ) : System
correlationId System.Guid
logPosition long
transactionPosition long
firstEventNumber int
lastEventNumber int
isSelf bool
return System

Property Details

CorrelationId public_oe property

public Guid,System CorrelationId
return System.Guid

FirstEventNumber public_oe property

public int FirstEventNumber
return int

IsSelf public_oe property

public bool IsSelf
return bool

LastEventNumber public_oe property

public int LastEventNumber
return int

LogPosition public_oe property

public long LogPosition
return long

TransactionPosition public_oe property

public long TransactionPosition
return long