AsyncReaderWriterLock::IsAnyLockHeld Property

 

Microsoft internal only. Determines whether any kind of lock is held by the caller and can be immediately used given the caller's context.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property bool IsAnyLockHeld {
	bool get();
}

Property Value

Type: System::Boolean

true if any kind of lock is held by the caller and can be immediately used given the caller's context, otherwise false.

Return to top
Show: