AsyncReaderWriterLock::LockHandle::IsValid Property

 

Microsoft internal only. Determines whether this handle is to a lock which was actually acquired.

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

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: