Virtual calls for locking

Namespace: RCLibrary
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected virtual void Lock(
	ref bool gotLock
)
Visual Basic
Protected Overridable Sub Lock ( _
	ByRef gotLock As Boolean _
)
Visual C++
protected:
virtual void Lock(
	bool% gotLock
)

Parameters

gotLock
Type: System..::..Boolean%
Is set to true if lock was taken, otherwise exception is thrown

See Also