 | HoarderServiceClientListWorkers Method |
Lists worker activity.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntaxpublic Task<WorkerData[]> ListWorkers()
Return Value
TaskWorkerDataAn array of
WorkerData objects containing the state of active and completed workers.
See Also