TheQueuedSenderRegistry Members
The TheQueuedSenderRegistry type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConnectToUnconfiguredRelayAsync |
Connects to an unconfigured Node
|
|
DisconnectUnconfiguredRelay |
Disconnects a unconfigured Node
|
|
GetMeshInfoForNodeID |
Returns information about the mesh of the node with the given pID parameter.
If the method has been called too frequently (less than 30 seconds since last call) or
an invalid token or ID is used, the StatusMessage of TheMeshInfoStatus will contain an explanation.
|
|
GetMyISBConnect |
new V4: Gets a ISB Connect Class to establish a new Connection to the CDE
|
|
IsServiceRouteConnected |
Checks the current status of the configured service route.
|
|
ProcessCloudRequest |
Processes requests coming from IIS/Cloud based nodes
|
|
RegisterCloudEvents |
Register Events to determine if a cloud node is up or down
|
|
RegisterHealthTimer |
TheQueuedSenderRegistry manages all Serice Health related methods a timer that is fired every TheBaseAssets.MyServiceHostInfo.TO.QSenderHealthTime milliseconds (by default 1 second)
This function allows to register a custom callback that will be called everytime the Timer is fired.
Make sure you unregister the callback when its no longer needed to avoid memory leaks.
|
|
ReinitCloudRoutes |
Re-Initializes the defined Cloud Routes
|
|
UnregisterCloudEvents |
Unregister the cloud events
|
|
UnregisterCloudRoutes |
Allows to stop all cloud routes
|
|
UnregisterHealthTimer |
This function unregisters a previously registered callback.
|
|
UpdateCloudRoutes |
Updates the current cloud routes. If the parameter is zero all cloud connectivity will be discontinued
|
|
UpdateLocalHostScope |
Updates the local host Scope with the latest ScopeID
|