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.OnContinue

Called when a Continue Command message is sent to to the service. This function is expected to be overridden when the CanPauseAndContinue property is true.

[Visual Basic]
Overridable Protected Sub OnContinue()
[C#]
protected virtual void OnContinue();
[C++]
protected: virtual void OnContinue();
[JScript]
protected function OnContinue();

See Also

ServiceBase Class | ServiceBase Members | System.ServiceProcess Namespace