Пример #1
0
 internal void RegisterSnapshot(ITransactionalReference reference)
 {
     lock (this.snapshots)
     {
         if (!this.snapshots.Contains(reference))
         {
             this.snapshots.Add(reference);
         }
     }
 }
Пример #2
0
 internal void RegisterSnapshot(ITransactionalReference reference)
 {
     lock (this.snapshots)
     {
         if (!this.snapshots.Contains(reference))
             this.snapshots.Add(reference);
     }
 }