NO FRAMES

CPXdisconnectchannel

public void CPXdisconnectchannel(CPXCENVptr env, CPXCHANNELptr channel)
Definition file: cplex.h

The routine CPXdisconnectchannel flushes all message destinations associated with a channel and clears the corresponding message destination list.

Example

 CPXdisconnectchannel (env, mychannel);
 

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

channel

A pointer to the channel containing the message destinations to be flushed and cleared.

Returns:

This routine does not have a return value.