Delegate ExecuteTimedDelegate
A delegate representing a timed operation to be executed by the CommandRunner
public delegate Task<PiaResults> ExecuteTimedDelegate(uint timeout, string command, PiaCtlOptions options)
Parameters
timeout
uintThe time, in seconds, after which to cancel the task
command
stringThe CLI command to be passed to the piactl binary
options
PiaCtlOptionsThe options to configure PiaCtl.
Returns
- Task<PiaResults>
- A delegate representing a timed operation to be executed by the