C# Class SmtpServer.Protocol.Text.TokenEnumerator.TokenEnumeratorCheckpoint

Inheritance: ITokenEnumeratorCheckpoint
Afficher le fichier Open project: cosullivan/SmtpServer

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Rollback ( ) : void

Rollback to the previous position in the numerator.

Private Methods

Méthode Description
TokenEnumeratorCheckpoint ( TokenEnumerator tokenEnumerator ) : System

Constructor.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Rollback() public méthode

Rollback to the previous position in the numerator.
public Rollback ( ) : void
Résultat void