Skip to main content

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.v23.2.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