ServerSettingsLoad Method

Loads server settings from a given Stream.

Definition

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

Parameters

stream  Stream
The Stream containing the server settings to load.

Remarks

This method deserializes server settings from the provided stream and updates the current instance. The method handles different versions of serialized data.

See Also