C# Class DBreeze.TransactionTablesLocker

Afficher le fichier Open project: hhblaze/DBreeze Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddSession ( eTransactionTablesLockTypes lockType, string tables ) : bool
lockType eTransactionTablesLockTypes
tables string
Résultat bool

Dispose() public méthode

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

RemoveSession() public méthode

public RemoveSession ( ) : void
Résultat void