IccControl 类

IccControl 类控制使用所提供的基础类的应用程序。

IccBase
    IccResource
        IccControl

此类是应用程序中的单项类; 在 CICS® 任务下运行的每个程序都具有单个 IccControl 对象。

IccControl 具有纯虚拟 run 方法,其中编写应用程序代码,因此是抽象基类。 应用程序员必须子类 IccControl,并实现 run 方法。

头文件: ICCCTLEH