handle used to perform transactions on the database
More...
|
void | Transaction (Action< Database > callback) |
| Acquire a mutex on the underlying database and apply a set of changes as a transaction More...
|
|
handle used to perform transactions on the database
◆ Transaction()
void dnp3.DatabaseHandle.Transaction |
( |
Action< Database > |
callback | ) |
|
|
inline |
Acquire a mutex on the underlying database and apply a set of changes as a transaction
- Parameters
-
callback | callback interface |
The documentation for this class was generated from the following file: