ServiceApplication.Pause Event

Occurs when the user selects Pause from the Service Control Manager on Windows. When the user selects Pause, he expects the service to stop performing whatever action it was doing.

Syntax

Pause

It should continue to halt execution until the Continue event is fired.