Hi, Using the Programmer guide and GT 4.0.7 I have implemented a simple service with multiple resources. I wanted to destroy the Resources after I have done the job. Using ImmediateResourceTermination I can destroy the resource, but I wanted to perform some tasks before the destruction. Example the Resources are String which represent files stocked on the computer. So before destroying the resources named infile I wanted to delete the real file on the computer.
Is it possible in overwriting the destroy operation or must I implement my own destroy method in the service ? Regards, Maxime.
