Свойство | Type | Description | |
---|---|---|---|
GetReadingInfo | string | ||
NotifySubscribers | void | ||
Process | void | ||
ProcessReading | void | ||
ReadingPublisher | System | ||
Reset | void | ||
Timer_Elapsed | void |
Méthode | Description | |
---|---|---|
PublishReading ( |
||
Start ( int processInterval, bool enableTimer = true ) : void | ||
Stop ( ) : void | ||
Subscribe ( |
Méthode | Description | |
---|---|---|
GetReadingInfo ( |
||
NotifySubscribers ( IList |
||
Process ( ) : void | ||
ProcessReading ( ICollection |
||
ReadingPublisher ( ) : System | ||
Reset ( ) : void | ||
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public static PublishReading ( |
||
reading | ||
Résultat | void |
public static Start ( int processInterval, bool enableTimer = true ) : void | ||
processInterval | int | |
enableTimer | bool | |
Résultat | void |
public static Subscribe ( |
||
subscriber | ||
Résultat | void |