Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ releaseObject()

Releases an object that was allocated using allocateObjectById or allocateObjectByType.

Parameters
idThe identity of the object to release.
Exceptions
ObjectNotRegisteredExceptionThrown when an object with the given identity is not registered with the registry.
AllocationExceptionThrown when the object can't be released. This can happen when the object is not allocatable or is not allocated by this session.