DelegatingJoinableTaskFactory::OnTransitioningToMainThread Method (JoinableTask^)

 

Occurs when a joinable task has requested a transition to the main thread.

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

public protected:
virtual void OnTransitioningToMainThread(
	JoinableTask^ joinableTask
) override

Parameters

joinableTask
Type: Microsoft.VisualStudio.Threading::JoinableTask^

The task requesting the transition to the main thread.

This event may be raised on any thread, including the main thread.

Return to top
Show: