/// <summary>
 /// When a test completes, this method should be invoked to dispose the instance of the LogicManagementClient
 /// </summary>
 public static void Stop()
 {
     _client.Dispose();
 }
Пример #2
0
 /// <summary>
 /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 /// </summary>
 public void Dispose()
 {
     _logicManagementClient?.Dispose();
 }