AsyncRelayCommand-Konstruktor (Func<Task>, Boolean)

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    execute As Func(Of Task), _
    ignoreCancellation As Boolean _
)
public AsyncRelayCommand(
    Func<Task> execute,
    bool ignoreCancellation
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

AsyncRelayCommand Klasse

AsyncRelayCommand-Überladung

Microsoft.TeamFoundation.MVVM-Namespace