C# Class WindowsServiceTemplate.TestService

Example service, rename and modify it to suit your needs
显示文件 Open project: HarpyWar/windows-service-template Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
TestService ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DoWork ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TestService() public method

public TestService ( ) : System
return System