Esempio n. 1
0
 /// <summary>
 /// Completes the import process and signals to the database to write everything.
 /// </summary>
 public void Close()
 {
     _binaryImporter.Close();
 }