Remove a callback that was previously registered by
Use(Callback).
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual void Remove( Cplex..::..Callback cb ) |
| Visual Basic |
|---|
Public Overridable Sub Remove ( _ cb As Cplex..::..Callback _ ) |
Parameters
- cb
- Type: ILOG.CPLEX..::..Cplex..::..Callback
The callback to remove.
Remarks
If cb is currently not registered with this instance then
the method returns without doing anything.
Throws ILOG.Concert.Exception if an error occurs