Instructs the invoking object to use the aborter to control termination of its solving and tuning methods.

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

Syntax

C#
public virtual Cplex..::..Aborter Use(
	Cplex..::..Aborter abort
)
Visual Basic
Public Overridable Function Use ( _
	abort As Cplex..::..Aborter _
) As Cplex..::..Aborter

Return Value

A handle to the aborter installed in the invoking object.

Remarks

If another aborter is already being used by the invoking object, then this method overrides the previously used aborter.

See Also