Method | Description | |
---|---|---|
AsyncActionTask ( Func |
Initializes a new instance of the AsyncActionTask class.
|
|
AsyncActionTask ( string name, Func |
Initializes a new instance of the AsyncActionTask class.
|
Method | Description | |
---|---|---|
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task |
Implementation function for the execution.
|
public AsyncActionTask ( Func |
||
action | Func |
Action to call when the task executes. |
return | System |
public AsyncActionTask ( string name, Func |
||
name | string | Task name. |
action | Func |
Action to call when the task executes. |
return | System |
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
return | System.Threading.Tasks.Task |