VsTaskLibraryHelper.GetAwaiter Method (IVsTask)
Internal use only. Gets the task to be used for scheduling continuations.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetAwaiter ( _
task As IVsTask _
) As VsTaskAwaiter
public static VsTaskAwaiter GetAwaiter(
this IVsTask task
)
[ExtensionAttribute]
public:
static VsTaskAwaiter^ GetAwaiter(
IVsTask^ task
)
static member GetAwaiter :
task:IVsTask -> VsTaskAwaiter
public static function GetAwaiter(
task : IVsTask
) : VsTaskAwaiter
Parameters
task
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask[in] The task to be used for scheduling continuations.
Return Value
Type: VsTaskAwaiter
An awaitable object for the IVsTask instance.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IVsTask. 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).
.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.