Share via


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)

Syntax

'Declaration
Sub InvokeInUIThread ( _
    method As Delegate, _
    args As Object() _
)
void InvokeInUIThread(
    Delegate method,
    Object[] args
)
void InvokeInUIThread(
    Delegate^ method, 
    array<Object^>^ args
)
abstract InvokeInUIThread : 
        method:Delegate * 
        args:Object[] -> unit
function InvokeInUIThread(
    method : Delegate, 
    args : Object[]
)

Parameters

  • args
    Type: array<System.Object[]

    Arguments for the method to invoke.

.NET Framework Security

See Also

Reference

IVsTeamExplorer Interface

Microsoft.TeamFoundation.Common Namespace