Navigation :
ActionTask
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM.Tasks |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public class ActionTask : TaskBase
Base types
TaskBase
The action task.
Fields
Constructors
ActionTask(string name, Action<ITaskProgressTracker> action)
Initializes a new instance of the ActionTask class.
Parameters
Name |
Description |
name |
The name. |
action |
The action. |
Exceptions
Name |
Description |
System.ArgumentNullException |
The action isnull . |
Methods
Execute()
The execute.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion