Click or drag to resize

HoarderServiceClient.ReadConfig Method

Reads the Hoarder database configuration record.

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

Return Value

Task<Configuration2>
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