- Declared in: RT.Serialization.Settings.SettingsFile<TSettings>
Declaration
TimeSpan WaitSharingViolationOnLoad
Summary
Specifies how long to keep retrying when settings cannot be loaded due to a file sharing violation. Defaults to 5
seconds. See Remarks.
Remarks
This is a static property because loading is performed in the constructor. It's a bit of a last resort hack for
potential use cases where it's really not appropriate to wait the default 5 seconds - though no such use cases
have come up in practice yet.