C# 클래스 hacs.MAXMonitoringThread

파일 보기 프로젝트 열기: bietiekay/hacs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
running bool
theHouse hacs.House

공개 메소드들

메소드 설명
MAXMonitoringThread ( String _Hostname, Int32 _Port, hacs.ConsoleOutputLogger COL, ConcurrentQueue EventQueue, Int32 UpdateTime = 10000 ) : System
Run ( ) : void

메소드 상세

MAXMonitoringThread() 공개 메소드

public MAXMonitoringThread ( String _Hostname, Int32 _Port, hacs.ConsoleOutputLogger COL, ConcurrentQueue EventQueue, Int32 UpdateTime = 10000 ) : System
_Hostname String
_Port System.Int32
COL hacs.ConsoleOutputLogger
EventQueue ConcurrentQueue
UpdateTime System.Int32
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

running 공개적으로 프로퍼티

public bool running
리턴 bool

theHouse 공개적으로 프로퍼티

public House,hacs theHouse
리턴 hacs.House