Compartir a través de


ThreadHelper.BeginInvoke Method (DispatcherPriority, Action)

Schedules an action for execution on the UI thread asynchronously.

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

Syntax

'Declaración
Public Sub BeginInvoke ( _
    priority As DispatcherPriority, _
    action As Action _
)
public void BeginInvoke(
    DispatcherPriority priority,
    Action action
)

Parameters

.NET Framework Security

See Also

Reference

ThreadHelper Class

BeginInvoke Overload

Microsoft.VisualStudio.Shell Namespace