C# Class hacs.MAXMonitoringThread

Mostra file Open project: bietiekay/hacs Class Usage Examples

Public Properties

Property Type Description
running bool
theHouse hacs.House

Public Methods

Method Description
MAXMonitoringThread ( String _Hostname, Int32 _Port, hacs.ConsoleOutputLogger COL, ConcurrentQueue EventQueue, Int32 UpdateTime = 10000 ) : System
Run ( ) : void

Method Details

MAXMonitoringThread() public method

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
return System

Run() public method

public Run ( ) : void
return void

Property Details

running public_oe property

public bool running
return bool

theHouse public_oe property

public House,hacs theHouse
return hacs.House