C# Class DBreeze.TransactionTablesLocker

Show file Open project: hhblaze/DBreeze Class Usage Examples

Public Methods

Method Description
AddSession ( eTransactionTablesLockTypes lockType, string tables ) : bool

Dispose ( ) : void

MUST BE CALLED BY ENGINE DISPOSE (After all other DBreeze disposes)

RemoveSession ( ) : void

Method Details

AddSession() public method

public AddSession ( eTransactionTablesLockTypes lockType, string tables ) : bool
lockType eTransactionTablesLockTypes
tables string
return bool

Dispose() public method

MUST BE CALLED BY ENGINE DISPOSE (After all other DBreeze disposes)
public Dispose ( ) : void
return void

RemoveSession() public method

public RemoveSession ( ) : void
return void