Share via


AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceReleaser.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)

Syntax

'Declaration
Public Function ReleaseAsync As Task
public Task ReleaseAsync()
public:
Task^ ReleaseAsync()
member ReleaseAsync : unit -> Task
public function ReleaseAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
Returns Task.

.NET Framework Security

See Also

Reference

AsyncReaderWriterResourceLock<TMoniker, TResource>.ResourceReleaser Structure

Microsoft.VisualStudio.Threading Namespace