NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceBase.Dispose

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();

See Also

ServiceBase Class | ServiceBase Members | System.ServiceProcess Namespace