Property | Type | Description | |
---|---|---|---|
DoClientConnectedChannels | void | ||
DoDropClient | void | ||
DoDropIoc | void | ||
DoIocConnectedChannels | void | ||
Gateway | System | ||
RunBgJobs | void | ||
StartGateway | void | ||
StopGateway | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
LoadConfig ( ) : void |
Loads the configuration either from an URL or from the gateway.xml file The URL is the mix of configuration keys configURL and gatewayName
|
|
SaveConfig ( ) : void |
Saves teh configuration in the gateway.xml file
|
|
Start ( ) : void |
Starts the gateway
|
|
StoreKnownChannels ( object sender, |
Method | Description | |
---|---|---|
DoClientConnectedChannels ( string client, string newItem ) : void | ||
DoDropClient ( string client ) : void | ||
DoDropIoc ( string server ) : void | ||
DoIocConnectedChannels ( string server, string newItem ) : void | ||
Gateway ( ) : System |
Starts the scheduler
|
|
RunBgJobs ( ) : void |
Fires the events at the right frequency. The timings are not precises.
|
|
StartGateway ( ) : void | ||
StopGateway ( ) : void |
public StoreKnownChannels ( object sender, |
||
sender | object | |
e | ||
return | void |