Click or drag to resize

HoarderServiceClientGetWorkerLogLines Method

Gets the lines of a specific worker log.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntax
C#
public Task<string[]?> GetWorkerLogLines(
	Guid uid
)

Parameters

uid  Guid
The Uid of the worker log file to retrieve.

Return Value

TaskString
A string array of the text lines of a worker log.
See Also