dnp3 (.NET API) 1.5.2
Loading...
Searching...
No Matches
dnp3.DatabaseHandle Class Reference

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...
 

Detailed Description

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.

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: