IVsTaskSchedulerService2::GetTaskScheduler Method (UInt32)

 

Gets the task scheduler instance used for the context specified. This returnc a TaskScheduler type. The functionality in this method is intended to be exposed by helper classes in MPF and not to be directly consumed by users.

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

Object^ GetTaskScheduler(
	unsigned int context
)

Parameters

context
Type: System::UInt32

The context.

Return Value

Type: System::Object^

The HRESULT.

Return to top
Show: