- Records during the scope will need have the scope tags concatenated with the tags given
- Records during the scope will need have the scope tags concatenated with the chronicle tags given
Suggested solution
public IChronicleScope PersistTags(params string[] tags)
Supporting params, and chaining (add chaining the the IChronicle.PersistTags method while we're there).
Suggested solution
Supporting params, and chaining (add chaining the the
IChronicle.PersistTagsmethod while we're there).