C# 클래스 Bamboo.Prevalence.Implementation.PendingCommandsEnumerator

Enumerates through all the commands in the pending logs returned by NumberedFileFinder.NextPendingLog.
상속: System.Collections.IEnumerator, IDisposable
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence

공개 메소드들

메소드 설명
Dispose ( ) : void
MoveNext ( ) : bool

Moves to next command.

Reset ( ) : void

Throws InvalidOperationException.

비공개 메소드들

메소드 설명
CloseCurrentStream ( ) : void
IsAtEnd ( System stream ) : bool
NextCommand ( ) : ICommand
NextLogStream ( ) : FileStream
PendingCommandsEnumerator ( NumberedFileFinder finder, BinaryFormatter formatter ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MoveNext() 공개 메소드

Moves to next command.
public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

Throws InvalidOperationException.
public Reset ( ) : void
리턴 void