1using System.Threading.Tasks;
Event arguments for collection events.
string Collection
Collection
Event arguments for collection repaired events.
CollectionRepairedEventArgs(string Collection, FlagSource[] Flagged)
Event arguments for collection repaired events.
FlagSource[] Flagged
If the collection have been flagged as corrupt, and from what stack traces. Is null,...
Source of code flagging a collection for repair.
delegate Task CollectionRepairedEventHandler(object Sender, CollectionRepairedEventArgs e)
Event handler for collection repaired events.