ServerSettingsValidate Method
Validates the server settings by validating each contained database and listener settings.
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void Validate()
Public Overrides Sub Validate
public:
virtual void Validate() override
This method iterates through the databases and listener settings within the server settings
and validates each of them by calling their respective Validate methods.