Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public ReadOnly Property Completion As Task
public Task Completion { get; }
public:
property Task^ Completion {
Task^ get ();
}
member Completion : Task with get
function get Completion () : Task
Property Value
Type: System.Threading.Tasks.Task
Returns a Task whose completion signals that this lock will no longer issue locks.
Remarks
This task transitions to a complete state only after a call to Complete.
.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.