[]
Loads session settings from persistent storage into the specified SessionSettings instance.
void Load(SessionSettings settings)
Type | Name | Description |
---|---|---|
SessionSettings | settings | The SessionSettings instance to be populated with the loaded settings. |
This method should read from the storage medium, deserialize the settings data, and populate the
settings
object with the retrieved values. Implementations must handle any exceptions
that may occur during the load operation, such as IO exceptions or data format mismatches.