Cape Object BaseICape UtilitiesTerminate Method
Clean-up tasks can be performed here.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
void ICapeUtilities.Terminate()VB
Private Sub Terminate Implements ICapeUtilities.TerminateImplements
ICapeUtilitiesTerminateRemarks
The CAPE-OPEN object should releases all of its allocated resources during this call. This is called before the object destructor by the PME. Terminate may check if the data has been saved and return an error if not.
There are no input or output arguments for this method.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeOutOfResources | ECapeOutOfResources |
| ECapeBadInvOrder | ECapeBadInvOrder |