Contents

free

Performs any final cleanup for the service.

Declaration

virtual void free();

Mentioned in

Discussion

Use this method to perform any final cleanup of your service, such as deallocating any memory you allocated. The system calls this method at some point after it calls your service’s Stop method.

Always call super at the end of your custom implementation.

See Also

Running the Service