IVsTaskSchedulerService2.GetAsyncTaskContext Method

Definition

Gets the shell's instance of joinable task context. The functionality in this method is intended to be exposed by helper classes in MPF and not to be directly consumed by users.

public:
 System::Object ^ GetAsyncTaskContext();
public:
 Platform::Object ^ GetAsyncTaskContext();
winrt::Windows::Foundation::IInspectable GetAsyncTaskContext();
public object GetAsyncTaskContext ();
abstract member GetAsyncTaskContext : unit -> obj
Public Function GetAsyncTaskContext () As Object

Returns

The HRESULT.

Applies to