Skip to main content

DispatcherService.BeginInvoke(Action) Method

Executes the specified delegate asynchronously.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: 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