Processor Counter Monitor
Static Public Member Functions | Protected Member Functions | List of all members
PCMServiceNS::PCMService Class Reference

Summary for PMCService More...

#include <PCMService.h>

Inheritance diagram for PCMServiceNS::PCMService:
Inheritance graph
[legend]
Collaboration diagram for PCMServiceNS::PCMService:
Collaboration graph
[legend]

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~PCMService()

PCMServiceNS::PCMService::~PCMService ( )
inlineprotected

Clean up any resources being used.

Member Function Documentation

◆ OnStart()

virtual void PCMServiceNS::PCMService::OnStart ( array< String^>^  args)
inlineoverrideprotectedvirtual

Set things in motion so your service can do its work.

References pcm::PCM::getInstance().

◆ OnStop()

virtual void PCMServiceNS::PCMService::OnStop ( )
inlineoverrideprotectedvirtual

Stop this service.


The documentation for this class was generated from the following file: