Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.