Bagikan melalui


AsyncReaderWriterLock.OnBeforeExclusiveLockReleasedAsync Method

Microsoft internal only. Occurs when the last write lock is about to be released.

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

Syntax

'Declaration
Protected Overridable Function OnBeforeExclusiveLockReleasedAsync As Task
protected virtual Task OnBeforeExclusiveLockReleasedAsync()
protected:
virtual Task^ OnBeforeExclusiveLockReleasedAsync()
abstract OnBeforeExclusiveLockReleasedAsync : unit -> Task  
override OnBeforeExclusiveLockReleasedAsync : unit -> Task
protected function OnBeforeExclusiveLockReleasedAsync() : Task

Return Value

Type: System.Threading.Tasks.Task
Returns a Task whose completion signals the conclusion of the asynchronous operation.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace