Click or drag to resize

HoarderServiceClient.GetWorkerLogLines 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.9
Syntax
C#
public Task<string[]> GetWorkerLogLines(
	string name
)

Parameters

name  String
The name of the worker log file to retrieve.

Return Value

Task<String[]>
A string array of the text lines of a worker log.
See Also