AsyncReaderWriterLock::Completion Property

 

Microsoft internal only. Gets a task whose completion signals that this lock will no longer issue locks.

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

public:
property Task^ Completion {
	Task^ get();
}

Property Value

Type: System.Threading.Tasks::Task^

Returns a Task whose completion signals that this lock will no longer issue locks.

This task transitions to a complete state only after a call to Complete.

Return to top
Show: