Delegate ExecuteDelegate
A delegate representing a non-timed operation to be executed by the CommandRunner
public delegate Task<PiaResults> ExecuteDelegate(string command, PiaCtlOptions options, CancellationToken ct = default)
Parameters
command
stringThe CLI command to be passed to the piactl binary
options
PiaCtlOptionsThe options to configure PiaCtl.
ct
CancellationTokenA cancellation token.
Returns
- Task<PiaResults>
- A delegate representing a non-timed operation to be executed by the