DispatcherService.BeginInvoke(Action) Method
Executes the specified delegate asynchronously.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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