TplExtensions::Forget Method (Task^)
Visual Studio 2015
Consumes a task and doesn't do anything with it. Useful for fire-and-forget calls to asynchronous methods within asynchronous methods.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Parameters
- task
-
Type:
System.Threading.Tasks::Task^
The task.
Show: