Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: TimeSpan BackgroundSaveDelay

  • Declared in: RT.Serialization.Settings.SettingsFile<TSettings>

Declaration

TimeSpan BackgroundSaveDelay

Summary

Determines the maximum frequency at which calls to SettingsFile<TSettings>.SaveInBackground() actually perform the (potentially expensive) save. The first background save is delayed by the amount specified here; subsequent background saves only update the object to be saved but do not postpone the save.