Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CollectionRepairedEventArgs.cs
1using System.Threading.Tasks;
2
3namespace Waher.Persistence
4{
9 {
10 private readonly FlagSource[] flagged;
11
18 : base(Collection)
19 {
20 this.flagged = Flagged;
21 }
22
26 public FlagSource[] Flagged => this.flagged;
27 }
28}
Event arguments for collection events.
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.
Definition: FlagSource.cs:9