Method | Description | |
---|---|---|
Commands ( ) : |
||
Dispose ( ) : void | ||
ExecuteControl ( object state ) : void |
Execute RelayCommand given in state object
|
|
HandleWebRequest ( |
Event handler registered with the Web Server to process incomming web requests
|
|
Relays ( object _config ) : System |
Method | Description | |
---|---|---|
GetTimeSpan ( string _time ) : System.TimeSpan |
Determine the timespan from 'now' when the given command should be run
|
|
ParseCommands ( |
Parse JSON array of relay config and store for delayed execution
|
public ExecuteControl ( object state ) : void | ||
state | object | DictionaryEntry object to process on execution |
return | void |
public HandleWebRequest ( |
||
request | ||
response | object | |
return | void |