 | HoarderServiceClientDeleteWorkerHistory Method |
Deletes a worker log.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntaxpublic Task<bool> DeleteWorkerHistory(
Guid uid
)
Parameters
- uid Guid
- The Uid of the worker log file to delete.
Return Value
TaskBooleanTrue if the worker was found and deleted, False otherwise.
See Also