Beispiel #1
0
 /// <summary>
 /// Delete a container if it exists
 /// </summary>
 /// <param name="container">Name of the container to delete</param>
 public Task PermanentDeleteContainer(string container)
 {
     return(_store.PermanentDeleteContainer(container));
 }
Beispiel #2
0
 public void TearDown()
 {
     _indexer.Dispose();
     _store.PermanentDeleteContainer("testindexer").Wait();
 }