C# Class GHI.EventRepository.Impl.SnapShotting.NeverSnapShotStrategy

Inheritance: ISnapShotStrategy
显示文件 Open project: brandongrossutti/EventStore

Public Methods

Method Description
ShouldSnapShot ( int lastSnapshotSequence, int currentSequence ) : bool

Method Details

ShouldSnapShot() public method

public ShouldSnapShot ( int lastSnapshotSequence, int currentSequence ) : bool
lastSnapshotSequence int
currentSequence int
return bool