C# Class Bamboo.Prevalence.Implementation.PendingCommandsEnumerator

Enumerates through all the commands in the pending logs returned by NumberedFileFinder.NextPendingLog.
Inheritance: System.Collections.IEnumerator, IDisposable
Afficher le fichier Open project: bamboo/Bamboo.Prevalence

Méthodes publiques

Méthode Description
Dispose ( ) : void
MoveNext ( ) : bool

Moves to next command.

Reset ( ) : void

Throws InvalidOperationException.

Private Methods

Méthode Description
CloseCurrentStream ( ) : void
IsAtEnd ( System stream ) : bool
NextCommand ( ) : ICommand
NextLogStream ( ) : FileStream
PendingCommandsEnumerator ( NumberedFileFinder finder, BinaryFormatter formatter ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MoveNext() public méthode

Moves to next command.
public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

Throws InvalidOperationException.
public Reset ( ) : void
Résultat void