Share via


VsTaskLibraryHelper.GetAwaiter Method (VsTaskAwaiter)

Gets the awaiter instance that contains the task that will be used to schedule continuations. Adds await support for an awaiter instance that can be returned from a call to ResumeWith.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
<ExtensionAttribute> _
Public Shared Function GetAwaiter ( _
    awaiter As VsTaskAwaiter _
) As VsTaskAwaiter
public static VsTaskAwaiter GetAwaiter(
    this VsTaskAwaiter awaiter
)

Parameters

Return Value

Type: Microsoft.Internal.VisualStudio.Shell.VsTaskAwaiter
The same instance of the awaiter on which this method was called.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type VsTaskAwaiter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

This method returns the same awaiter as the one provided in the awaiter parameter.

.NET Framework Security

See Also

Reference

VsTaskLibraryHelper Class

GetAwaiter Overload

Microsoft.VisualStudio.Shell Namespace