Ejemplo n.º 1
0
 /// <summary>
 /// Frees resources for the node configuration
 /// </summary>
 public static void Deinit()
 {
     OpcSessions = null;
     OpcSessionsListSemaphore.Dispose();
     OpcSessionsListSemaphore = null;
     OpcActionListSemaphore.Dispose();
     OpcActionListSemaphore = null;
 }