C# 클래스 WinLLDPService.WinLLDPService

상속: System.ServiceProcess.ServiceBase
파일 보기 프로젝트 열기: raspi/WinLLDPService

공개 메소드들

메소드 설명
WinLLDPService ( ) : System

Constructor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnStart ( string args ) : void

Start this service.

OnStop ( ) : void

Stop this service.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initialize

sendPacket ( object source, System.Timers.ElapsedEventArgs ea ) : void

Main method which is ran every X seconds which is controlled by timer set up in InitializeComponent()

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnStart() 보호된 메소드

Start this service.
protected OnStart ( string args ) : void
args string
리턴 void

OnStop() 보호된 메소드

Stop this service.
protected OnStop ( ) : void
리턴 void

WinLLDPService() 공개 메소드

Constructor
public WinLLDPService ( ) : System
리턴 System