IVsTaskSchedulerService2.GetAsyncTaskContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Remarks
This method is safe to access from any thread.