IVsTaskSchedulerService::CreateTaskCompletionSource Method ()

 

Creates a task completion source instance that can be used to start a task, or can cancel or append continuations.

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

IVsTaskCompletionSource^ CreateTaskCompletionSource()

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsTaskCompletionSource^

The task completion source instance.

Return to top
Show: