Function calles when all the services in the application have reached the stopped state. Need to free the allocated memory.
[Visual Basic] Overrides Public Sub Dispose() [C#] public override void Dispose(); [C++] public: override void Dispose(); [JScript] public override function Dispose();
ServiceBase Class | ServiceBase Members | System.ServiceProcess Namespace