TplExtensions.WaitWithoutInlining(Task) 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.
Wait on a task without possibly inlining it to the current thread.
public:
[System::Runtime::CompilerServices::Extension]
static void WaitWithoutInlining(System::Threading::Tasks::Task ^ task);
public static void WaitWithoutInlining (this System.Threading.Tasks.Task task);
static member WaitWithoutInlining : System.Threading.Tasks.Task -> unit
<Extension()>
Public Sub WaitWithoutInlining (task As Task)
Parameters
- task
- Task
The task to wait on.