AwaitExtensions::TaskSchedulerAwaiter::OnCompleted Method (Action^)

 

Schedules a continuation to execute using the specified task scheduler.

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: