C# 클래스 Clock.TimerService

Handles all active alarms
파일 보기 프로젝트 열기: Silveryard/SmartHome

공개 메소드들

메소드 설명
RegisterClient ( ServerInstance instance, string startedF, string stoppedF, string updatedF, string calledF ) : void

Registers a client

Start ( ) : void

Starts the service

StartTimer ( Timer timer ) : void
Stop ( ) : void

Stops the service

StopTimer ( Timer timer ) : void
UnregisterClient ( ServerInstance instance ) : void

Unregisters a client

비공개 메소드들

메소드 설명
CallTimer ( Timer timer ) : void
ServerInstance_InstanceClosed ( ServerInstance obj ) : void
Work ( ) : void

메소드 상세

RegisterClient() 공개 정적인 메소드

Registers a client
public static RegisterClient ( ServerInstance instance, string startedF, string stoppedF, string updatedF, string calledF ) : void
instance Networking.ServerInstance The client
startedF string
stoppedF string
updatedF string
calledF string
리턴 void

Start() 공개 정적인 메소드

Starts the service
public static Start ( ) : void
리턴 void

StartTimer() 공개 정적인 메소드

public static StartTimer ( Timer timer ) : void
timer Timer
리턴 void

Stop() 공개 정적인 메소드

Stops the service
public static Stop ( ) : void
리턴 void

StopTimer() 공개 정적인 메소드

public static StopTimer ( Timer timer ) : void
timer Timer
리턴 void

UnregisterClient() 공개 정적인 메소드

Unregisters a client
public static UnregisterClient ( ServerInstance instance ) : void
instance Networking.ServerInstance The client
리턴 void