ThreadHelper::BeginInvoke Method (DispatcherPriority, Action^)

 

Schedules an action for execution on the UI thread asynchronously.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
void BeginInvoke(
	DispatcherPriority priority,
	Action^ action
)

Parameters

priority
Type: System.Windows.Threading::DispatcherPriority

The priority at which to run the action.

action
Type: System::Action^

The action to run.

Return to top
Show: