C# Class EventStore.Core.TransactionLog.Chunks.TFChunkScavenger.CommitInfo

Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Свойство Type Description
EventNumber int
KeepCommit bool?

Méthodes publiques

Méthode Description
CommitInfo ( CommitLogRecord commitRecord ) : System
ToString ( ) : string

Method Details

CommitInfo() public méthode

public CommitInfo ( CommitLogRecord commitRecord ) : System
commitRecord CommitLogRecord
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

EventNumber public_oe property

public int EventNumber
Résultat int

KeepCommit public_oe property

public bool? KeepCommit
Résultat bool?