Provides access to all process automation classes in the ININ.IceLib.ProcessAutomation namespace.
Namespace: ININ.IceLib.ProcessAutomationAssembly: ININ.IceLib.ProcessAutomation (in ININ.IceLib.ProcessAutomation.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class ProcessManager |
Visual Basic |
---|
Public Class ProcessManager |
Remarks
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. |
Examples
CopyC#
Session session = new Session();
session.Connect(...);
ProcessManager manager = ProcessManager.GetInstance(session);
Inheritance Hierarchy
System..::..Object
ININ.IceLib.ProcessAutomation..::..ProcessManager
ININ.IceLib.ProcessAutomation..::..ProcessManager
Version 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.
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.