IsTransactionRunning Property
Tells if a read-write API transaction is open.
public bool IsTransactionRunning {get;}
public:
property bool IsTransactionRunning {
bool get();
}
Property Value
true, when there is an open read-write transaction false, when a read-write transaction is not open