CapeObjectBaseICapeUtilitiesTerminate 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)
void ICapeUtilities.Terminate()

Implements

ICapeUtilitiesTerminate

Remarks

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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeOutOfResourcesECapeOutOfResources
ECapeBadInvOrderECapeBadInvOrder

See Also