Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the health provider is stopped; performs cleanup before the provider actually stops servicing.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public override void OnStop(
IActivityHost service
)
public:
virtual void OnStop(
IActivityHost^ service
) override
Public Overrides Sub OnStop (
service As IActivityHost
)
Parameters
service
Type: Microsoft.WindowsServer.Essentials.WindowsService.IActivityHostThe service to stop.
See Also
ServerHealthActivity Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top