  | HoarderServiceClientReadConfig Method | 
            Reads the Hoarder database configuration record.
            
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic Task<Configuration2> ReadConfig()
Return Value
TaskConfiguration2A 
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