Removes the specified aborter from the invoking object.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual void Remove(
	Cplex..::..Aborter abort
)
Visual Basic
Public Overridable Sub Remove ( _
	abort As Cplex..::..Aborter _
)

See Also