Property | Type | Description | |
---|---|---|---|
CorrelationId | System.Guid | ||
FirstEventNumber | int | ||
IsSelf | bool | ||
LastEventNumber | int | ||
LogPosition | long | ||
TransactionPosition | long |
Method | Description | |
---|---|---|
CommitAck ( System.Guid correlationId, long logPosition, long transactionPosition, int firstEventNumber, int lastEventNumber, bool isSelf = false ) : System |
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 |