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
commandstringThe CLI command to be passed to the piactl binary
optionsPiaCtlOptionsThe options to configure PiaCtl.
ctCancellationTokenA cancellation token.
Returns
- Task<PiaResults>
- A delegate representing a non-timed operation to be executed by the