Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SaveQuiet(string, SettingsSerializer?)

Declaration

public virtual void SaveQuiet(
    string filename = null,
    SettingsSerializer? serializer = null
)

Summary

Saves the settings. Intended to be used whenever the settings are not important enough to bug the user if this fails.

This method is fully compatible with SettingsThreadedBase.SaveThreaded(string, SettingsSerializer?), and will cancel any pending earlier (older) saves.