| Called by the service container to indicate to a service that the
service is being taken out of service. After the service container
calls this method, the service is not active anymore.
This method gives the service an opportunity to clean up any
resources that are being held (for example, memory, file handles,
threads).
|