C# 클래스 TastyDomainDriven.Memory.MemoryAppendStore

상속: IAppendOnlyStore
파일 보기 프로젝트 열기: jaceenet/TastyDomainDriven

공개 메소드들

메소드 설명
Append ( string name, byte data, long expectedVersion = -1 ) : void
Close ( ) : void
Dispose ( ) : void
ReadRecords ( long afterVersion, int maxCount ) : IEnumerable
ReadRecords ( string streamName, long afterVersion, int maxCount ) : IEnumerable

메소드 상세

Append() 공개 메소드

public Append ( string name, byte data, long expectedVersion = -1 ) : void
name string
data byte
expectedVersion long
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ReadRecords() 공개 메소드

public ReadRecords ( long afterVersion, int maxCount ) : IEnumerable
afterVersion long
maxCount int
리턴 IEnumerable

ReadRecords() 공개 메소드

public ReadRecords ( string streamName, long afterVersion, int maxCount ) : IEnumerable
streamName string
afterVersion long
maxCount int
리턴 IEnumerable