Table of Contents

Delegate ExecuteTimedDelegate

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

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 uint

The time, in seconds, after which to cancel the task

command string

The CLI command to be passed to the piactl binary

options PiaCtlOptions

The options to configure PiaCtl.

Returns

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