TplExtensions::NoThrowTaskAwaiter::OnCompleted Method (Action^)

 

Schedules a delegate for execution at the conclusion of a task's execution.

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

public:
virtual void OnCompleted(
	Action^ action
) sealed

Parameters

action
Type: System::Action^

The delegate.

Return to top
Show: