[This is preliminary documentation and is subject to change.]
When implemented in a derived class, OnContinue() runs when a Continue command is sent to the service by the Service Control Manager (SCM). Specifies actions to take when a service resumes normal functioning after being paused.
| C# | Visual Basic | Managed C++ | J# |
protected override void OnContinue ()
Protected Overrides Sub OnContinue
protected: virtual void OnContinue () override
protected void OnContinue ()