Description
The CPXdisconnectchannel() routine flushes all message destinations associated with a channel and then clears the corresponding message destination list.Return Value
This routine does not have a return value.Synopsis
void CPXdisconnectchannel (CPXENVptr env,
CPXCHANNELptr channel);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX routines.
CPXCHANNELptr channelThe pointer to the channel containing the message destinations to be flushed and cleared.
CPXdisconnectchannel (env, mychannel);