Processor Counter Monitor
|
Summary for PMCService More...
#include <PCMService.h>
Static Public Member Functions | |
static bool | SetServiceStatus (IntPtr hServiceStatus, LPSERVICE_STATUS lpServiceStatus) |
Protected Member Functions | |
~PCMService () | |
Clean up any resources being used. More... | |
virtual void | OnStart (array< String^>^ args) override |
Set things in motion so your service can do its work. More... | |
virtual void | OnStop () override |
Stop this service. More... | |
Summary for PMCService
WARNING: If you change the name of this class, you will need to change the 'Resource File Name' property for the managed resource compiler tool associated with all .resx files this class depends on. Otherwise, the designers will not be able to interact properly with localized resources associated with this form.
|
inlineprotected |
Clean up any resources being used.
|
inlineoverrideprotectedvirtual |
Set things in motion so your service can do its work.
References pcm::PCM::getInstance().
|
inlineoverrideprotectedvirtual |
Stop this service.