LockingStepCount Property
In This Topic
Returns the number of active LockingSteps. This is not the length of the vector, because the locking-operations are stored(represented) there (not the LockingSteps).
Syntax
public int LockingStepCount {get;}
public:
property int LockingStepCount {
int get();
}
Property Value
Returns the number of started LockingStep objects (and not ended).
See Also