Click or drag to resize

HoarderServiceClientListWorkers Method

Lists worker activity.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public Task<WorkerData[]> ListWorkers()

Return Value

TaskWorkerData
An array of WorkerData objects containing the state of active and completed workers.
See Also