Skip to main content
A newer version of this page is available. .

DispatcherService.BeginInvoke(Action) Method

Executes the specified delegate asynchronously.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Task BeginInvoke(
    Action action
)

Parameters

Name Type Description
action Action

The delegate to execute, which takes no arguments and does not return a value.

Returns

Type
Task
See Also