Méthode | Description | |
---|---|---|
ExecuteProcessTask ( |
Initializes a new instance of the ExecuteProcessTask class.
|
|
ExecuteProcessTask ( string name, |
Initializes a new instance of the ExecuteProcessTask class.
|
Méthode | Description | |
---|---|---|
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task |
Implementation function for the execution. This function is not asynchronous. |
|
VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task |
Implementation function for the verification.
|
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
Résultat | System.Threading.Tasks.Task |
public ExecuteProcessTask ( |
||
startInfo | Information used to start the process including command-line parameters. | |
Résultat | System |
public ExecuteProcessTask ( string name, |
||
name | string | Task name. |
startInfo | Information used to start the process including command-line parameters. | |
Résultat | System |
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
Résultat | System.Threading.Tasks.Task |