Clears state of multiple components.
To be cleaned state components must implement ICleanable 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 cleaned.
callback function that returns error or null no errors occured.
Clears state of specific component.
To be cleaned state components must implement ICleanable 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 cleaned.
callback function that returns error or null no errors occured.
Generated using TypeDoc
Helper class that cleans stored object state.
ICleanable