C# 클래스 GHI.EventRepository.Impl.SnapShotting.SnapShotBasedOnMessageCountStrategy

상속: ISnapShotStrategy
파일 보기 프로젝트 열기: brandongrossutti/EventStore

공개 메소드들

메소드 설명
ShouldSnapShot ( int lastSnapshotSequence, int currentSequence ) : bool
SnapShotBasedOnMessageCountStrategy ( int maxDifference )

메소드 상세

ShouldSnapShot() 공개 메소드

public ShouldSnapShot ( int lastSnapshotSequence, int currentSequence ) : bool
lastSnapshotSequence int
currentSequence int
리턴 bool

SnapShotBasedOnMessageCountStrategy() 공개 메소드

public SnapShotBasedOnMessageCountStrategy ( int maxDifference )
maxDifference int