 | HoarderServiceClient.ReadConfig Method |
Reads the Hoarder database configuration record.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic 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