Click or drag to resize

HoarderServiceClientDeleteWorkerHistory Method

Deletes a worker log.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public Task<bool> DeleteWorkerHistory(
	Guid uid
)

Parameters

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

Return Value

TaskBoolean
True if the worker was found and deleted, False otherwise.
See Also