Click or drag to resize

HoarderServiceClientReadConfig Method

Reads the Hoarder database configuration record.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public Task<Configuration2> ReadConfig()

Return Value

TaskConfiguration2
A Configuration2 containing Hoarder global configuration values.
Remarks
This method always reads and returns the live database record, so applications will prefer to call GetConfig2Cached for better performance.
See Also