Back to Devexpress

DispatcherService.BeginInvoke(Action) Method

wpf-devexpress-dot-mvvm-dot-ui-dot-dispatcherservice-dot-begininvoke-x28-system-dot-action-x29.md

latest1.2 KB
Original Source

DispatcherService.BeginInvoke(Action) Method

Executes the specified delegate asynchronously.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Task BeginInvoke(
    Action action
)
vb
Public Function BeginInvoke(
    action As Action
) As Task

Parameters

NameTypeDescription
actionAction

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

|

Returns

Type
Task

See Also

DispatcherService Class

DispatcherService Members

DevExpress.Mvvm.UI Namespace