Provides access to all process automation classes in the ININ.IceLib.ProcessAutomation namespace.

Namespace: ININ.IceLib.ProcessAutomation
Assembly: ININ.IceLib.ProcessAutomation (in ININ.IceLib.ProcessAutomation.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public class ProcessManager
Visual Basic
Public Class ProcessManager

Collapse imageRemarks

This class serves as the initial entry point into the ININ.IceLib.ProcessAutomation namespace. It contains references to all watched objects and watched attribute caches. All classes in the ININ.IceLib.ProcessAutomation namespace send and receive messages to/from the IC system via the Session object of the ProcessManager.

Note
The ProcessManager class is a singleton object and is accessed using the GetInstance(Session) method.

Collapse imageExamples

CopyC#
Session session = new Session();
session.Connect(...);
ProcessManager manager = ProcessManager.GetInstance(session);

Collapse imageInheritance Hierarchy

System..::..Object
  ININ.IceLib.ProcessAutomation..::..ProcessManager

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 8 and beyond.

Collapse imageSee Also