Virtual calls for locking

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

Syntax

C#
public void Lock(
	ref bool gotLock
)
Visual Basic
Public Sub Lock ( _
	ByRef gotLock As Boolean _
)
Visual C++
public:
virtual void Lock(
	bool% gotLock
) sealed

Parameters

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

Implements

ILockStrategy..::..Lock(Boolean%)

See Also