This documentation is archived and is not being maintained.

IVsTeamExplorer::InvokeInUIThread Method

Invokes the specified delegate method on the user interface thread.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

void InvokeInUIThread(
	Delegate^ method, 
	array<Object^>^ args
)

Parameters

method
Type: System::Delegate

The delegate method to invoke.

args
Type: array<System::Object>

Arguments for the method to invoke.

Show: