WebStats dotNet Scheduler - Code Documentation
OnContinue Method
Namespaces > Scheduler > Scheduler > OnContinue()
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.
Syntax
C#Visual BasicManaged C++J#
protected override void OnContinue ()
Protected Overrides Sub OnContinue
protected:
virtual void OnContinue () override
protected void OnContinue ()

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0