Ejemplo n.º 1
0
 /// <summary>
 /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 /// </summary>
 public override void Dispose()
 {
     _stardogTransaction?.Dispose();
     _connector.Dispose();
 }
 public void ShutDown()
 {
     _repository.Dispose();
     _stardogGraphConnector.Dispose();
 }