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

Inheritance: ITokenEnumeratorCheckpoint
Exibir arquivo Open project: cosullivan/SmtpServer

Public Methods

Method 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

Method Description
TokenEnumeratorCheckpoint ( TokenEnumerator tokenEnumerator ) : System

Constructor.

Method Details

Dispose() public method

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

Rollback() public method

Rollback to the previous position in the numerator.
public Rollback ( ) : void
return void