An operation that will execute commands and configuration against a server.
Initializes a new instance of the ExecuteOperation class.
Gets a completed System.Threading.Tasks.Task which can be returned from the ExecuteAsync(IOperationExecutionContext context) method.
Performs the operation.
Executes the specified process asychronously and writes process output to the operation's log.
Invoked when process error data is received after calling ExecuteCommandLine.
Invoked when process output data is received after calling ExecuteCommandLine.