Contents

free

Performs any final cleanup for the service.

Declaration

virtual void free();

Discussion

Use this method to deallocate the memory associated with your service, or perform other cleanup tasks. The system calls this method at some point after it calls your service’s Stop method.

Always call super at the end of your implementation of this method.

See Also

Configuring the Service