| 概述 | 组 | 树 | 图形 | 不推荐 | 索引 | 概念 |

该类是处理来自远程工作者的信息的基类。 您可以派生该类来实现一个处理程序,用于处理远程 Worker 发送的信息。 使用 "setRemoteInfoHandler方法将该类的一个实例安装到 "IloCplex实例中。 同样,使用 "removeRemoteInfoHandler方法卸载 "IloCplex中的该类实例。
另请参阅:
IloCplex::setRemoteInfoHandler,IloCplex::getRemoteInfoHandler,IloCplex::removeRemoteInfoHandler
| 方法概要 | |
|---|---|
protected virtual void | main(CPXINFOTYPE type, int tag, CPXLONG length, void const * data) |
protected | RemoteInfoHandler() |
public | ~RemoteInfoHandler() |
| 方法详细信息 |
|---|
该方法处理信息报文。 每当远程 Worker 发送信息时,该方法就会被调用。
| 类型 |
|
| 标签 | 远程工作人员为该信息设置的标签。 |
| length |
|
| 数据 | 原始信息数据。 这是一个由 " |