JoinableTaskFactory::Run Method
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | Run(Func<Task^>^) | Runs the specified asynchronous method. |
![]() | Run<T>(Func<Task<T>^>^) | Runs the specified asynchronous method. |
Show:
