AsyncReaderWriterLock::Releaser::ReleaseAsync Method ()

 

Microsoft internal only. Asynchronously releases the lock. Dispose should still be called after this.

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

public:
Task^ ReleaseAsync()

Return Value

Type: System.Threading.Tasks::Task^

Returns aTask that should complete before the releasing thread accesses any resource protected by a lock wrapping the lock being released.

Return to top
Show: