C# Class EventStore.Core.TransactionLog.Chunks.CommitInfoExtensions

Mostra file Open project: EventStore/EventStore

Public Methods

Method Description
ForciblyKeep ( this commitInfo ) : void
TryNotToKeep ( this commitInfo ) : void

Method Details

ForciblyKeep() public static method

public static ForciblyKeep ( this commitInfo ) : void
commitInfo this
return void

TryNotToKeep() public static method

public static TryNotToKeep ( this commitInfo ) : void
commitInfo this
return void