Esempio n. 1
0
 public void Clear()
 {
     if (_appendOnlyStore != null)
     {
         _appendOnlyStore.Close();
     }
 }
 public void Dispose()
 {
     _appendOnlyStore.Close();
     _appendOnlyStore.Dispose();
 }