Click or drag to resize

HoarderServiceClient.ListWorkerLogs Method

Lists the short blob names of all worker logs.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<string[]> ListWorkerLogs()

Return Value

Task<String[]>
A string array of the short blob names of all worker logs.
See Also