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
timeoutuintThe time, in seconds, after which to cancel the task
commandstringThe CLI command to be passed to the piactl binary
optionsPiaCtlOptionsThe options to configure PiaCtl.
Returns
- Task<PiaResults>
- A delegate representing a timed operation to be executed by the