Table of Contents

Delegate ExecuteDelegate

Namespace
Cmpnnt.Pia.Ctl.Lib
Assembly
Cmpnnt.Pia.Ctl.dll

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 string

The CLI command to be passed to the piactl binary

options PiaCtlOptions

The options to configure PiaCtl.

ct CancellationToken

A cancellation token.

Returns

Task<PiaResults>
A delegate representing a non-timed operation to be executed by the