TplExtensions::WaitWithoutInlining Method (Task^)

 

Wait on a task without possibly inlining it to the current thread.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
[ExtensionAttribute]
static void WaitWithoutInlining(
	Task^ task
)

Parameters

task
Type: System.Threading.Tasks::Task^

The task to wait on.

Return to top
Show: