The method systemRemoteDisconnect( ) is called by the server hub to disconnect the Remote Client. The client should immediately drop all connections to the server or proxy, cease appHealth messages, and cease all connection attempts to the server. The connection key should also be destroyed.
Function |
systemRemoteDisconnect |
Purpose |
Disconnects this remote client and remote hub device (if applicable) from the server hub. |
Parameters |
None |
URL Format |
/system/disconnect |
HTTP Method |
GET - Incoming |
HTTP Parameters |
None |
Return JSON |
Name |
Type |
Return Values |
status |
String |
"success" if this remote was successfully disconnected, or "error" if not. Note: The server will consider the connection terminated whether this call succeeds or not. |
|