project BLF > class ComponentPool > method RemoveAllComponentsInPool
Description
Remove all components persistent in memory (prior to shutting down the appserver) to allow components to release any objects they may still have in use.
Internal usage
unused
program code (program1/componentpool.p)
for each brCPool where brCPool.tlIsInMemory:
<M-55 run RemoveComponent (input rowid (brCPool) (irCPoolRowid)) in ComponentPool>
end.