ServerSettingsValidate Method

Validates the server settings by validating each contained database and listener settings.

Definition

Namespace: SnapDB.Snap.Services
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void Validate()

Remarks

This method iterates through the databases and listener settings within the server settings and validates each of them by calling their respective Validate methods.

See Also