AsyncReaderWriterLock::Awaiter::IsCompleted Property

 

Microsoft internal only. Determines whether the lock has been issued.

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

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

Property Value

Type: System::Boolean

true if the lock has been issued, otherwise false.

Return to top
Show: