BayesFilterOnLockedDatabase Property |
Namespace: MailBee.AntiSpam
In most cases, you won't need to write custom handler of locked spam databases and set this property. By default, when MailBee finds out that spam or non-spam database is locked, it sleeps the thread for 10 millisecs, then tries again (up to 100 times). This logic is satisfactory for most applications. But if your case is very special (for instance, you deal with a very slow disk storage), you may need to supply your own custom mechanism for this.
See LockedDatabaseDelegate topic to learn more how to implement to write the delegate handler if you need to.