JoinableTaskFactory::MainThreadAwaiter::OnCompleted Method (Action^)

 

Called on the main thread to prepare it to execute the continuation.

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

public:
virtual void OnCompleted(
	Action^ continuation
) sealed

Parameters

continuation
Type: System::Action^

The action to invoke when the operation completes.

Return to top
Show: