Closes multiple components.
To be closed components must implement [[ICloseable]] interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
the list of components that are to be closed.
callback function that receives error or null no errors occured.
Closes specific component.
To be closed components must implement [[ICloseable]] interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
the component that is to be closed.
callback function that receives error or null no errors occured.
Generated using TypeDoc
Helper class that closes previously opened components.
IClosable