Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXdisconnectchannel
flushes all message
destinations associated with a channel and clears the corresponding message
destination list.
Example
CPXdisconnectchannel (env, mychannel);
env | A pointer to the CPLEX environment as returned by |
channel | A pointer to the channel containing the message destinations to be flushed and cleared. |