dnp3 (.NET API) 1.1.0
dnp3.DatabaseHandle Class Reference

handle used to perform transactions on the database 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...
 

Detailed Description

handle used to perform transactions on the database

Member Function Documentation

◆ 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
callbackcallback interface

The documentation for this class was generated from the following file: