Beispiel #1
0
 public DbStack(CollectionHolder <T> collectionHolder) : this(collectionHolder, TimeSpan.FromMinutes(15))
 {
 }
Beispiel #2
0
 public DbStack(CollectionHolder <T> collectionHolder, TimeSpan insertInterval)
 {
     Collection     = collectionHolder;
     InsertInterval = insertInterval;
 }
Beispiel #3
0
 public void LoadCollections()
 {
     Pastes = new CollectionHolder <Paste>(this);
 }