![]() |
dnp3 (.NET API) 1.5.2
|
Handle typed used to perform transactions on the database inside of control and freeze callbacks More...
Public Member Functions | |
void | Transaction (Action< Database > callback) |
Acquire a mutex on the underlying database and apply a set of changes as a transaction More... | |
Handle typed used to perform transactions on the database inside of control and freeze callbacks
This type has the same transaction method as Outstation.Transaction but it is only used in these callbacks.
|
inline |
Acquire a mutex on the underlying database and apply a set of changes as a transaction
callback | callback interface |