C# Class hacs.MAXMonitoringThread

Afficher le fichier Open project: bietiekay/hacs Class Usage Examples

Méthodes publiques

Свойство Type Description
running bool
theHouse hacs.House

Méthodes publiques

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

Method Details

MAXMonitoringThread() public méthode

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
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

running public_oe property

public bool running
Résultat bool

theHouse public_oe property

public House,hacs theHouse
Résultat hacs.House