C# Class vlko.BlogModule.Search.SearchUpdateContext

Inheritance: ITransactionContext
Show file Open project: vlko/vlko

Public Methods

Method Description
Commit ( ) : void

Commits this instance.

Dispose ( ) : void

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

Rollback ( ) : void

Rollbacks this instance.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Private Methods

Method Description
SearchUpdateContext ( ISearchProvider searchProvider ) : System

Method Details

Commit() public method

Commits this instance.
public Commit ( ) : void
return void

Dispose() public method

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

Dispose() protected method

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

Rollback() public method

Rollbacks this instance.
public Rollback ( ) : void
return void