Description

This event is fired when an McDBNode instance is locked, either internally by a pending McDBTransaction (for data integrity) or explicitly (by locking the object in another thread/process).

Syntax

Private Sub object_NodeLocked(Database, Node)

The NodeLocked Event syntax has these parts:

PartDescription
objectA McDBDatabases object.
DatabaseA McDBDatabase object.

The McDBDatabase containing the McDBNode that was locked.

NodeA McDBNode object.

The McDBNode that was locked.