Метод | Описание | |
---|---|---|
ActionTask ( System.Action action ) : System |
Initializes a new instance of the ActionTask class.
|
|
ActionTask ( string name, System.Action action ) : System |
Initializes a new instance of the ActionTask class.
|
Метод | Описание | |
---|---|---|
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task |
Implementation function for the execution.
|
public ActionTask ( System.Action action ) : System | ||
action | System.Action | Action to call when the task executes. |
Результат | System |
public ActionTask ( string name, System.Action action ) : System | ||
name | string | Task name. |
action | System.Action | Action to call when the task executes. |
Результат | System |
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
Результат | System.Threading.Tasks.Task |