AsyncReaderWriterLock::IsAnyPassiveLockHeld Property

 

Microsoft internal only. Determines whether any kind of lock is held by the caller without regard to the lock compatibility of the caller's context.

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

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

Property Value

Type: System::Boolean

true if any kind of lock is held by the caller without regard to the lock compatibility of the caller's context, otherwise false.

Return to top
Show: