Share via


VsTaskLibraryHelper.ResumeWith Method

Extension method for task awatier to support awaits with a specific context.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ResumeWith ( _
    task As IVsTask, _
    context As VsTaskRunContext _
) As VsTaskAwaiter
public static VsTaskAwaiter ResumeWith(
    this IVsTask task,
    VsTaskRunContext context
)
[ExtensionAttribute]
public:
static VsTaskAwaiter^ ResumeWith(
    IVsTask^ task, 
    VsTaskRunContext context
)
static member ResumeWith : 
        task:IVsTask * 
        context:VsTaskRunContext -> VsTaskAwaiter
public static function ResumeWith(
    task : IVsTask, 
    context : VsTaskRunContext
) : VsTaskAwaiter

Parameters

Return Value

Type: Microsoft.Internal.VisualStudio.Shell.VsTaskAwaiter
The awaitable object.

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

See Also

Reference

VsTaskLibraryHelper Class

Microsoft.VisualStudio.Shell Namespace