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

AsyncCommand<T>.AllowMultipleExecution Property

Gets whether the AsyncCommand<T> allows you to invoke the execute delegate while its execution is in progress.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool AllowMultipleExecution { get; }

Property Value

Type Description
Boolean

true if the AsyncCommand allows you to invoke the execute delegate while its execution is in progress; otherwise false.

See Also