Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor¶
-
vncsdk.CloudAddressMonitor¶ Monitor used to query the availability of VNC Cloud addresses.
Constructor Summary¶
| Modifier and Type | Method and Description |
|---|---|
CloudAddressMonitor(connector, cloudAddresses, callback) Creates a monitor, which queries whether a list of cloud addresses is available. |
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
Destroys the Cloud monitor. |
|
Pauses the Cloud monitor. |
|
Resumes the Cloud monitor. |
|
Sets whether or not the Cloud monitor pauses automatically when a connection is established. |
Constructor¶
-
class
vncsdk.CloudAddressMonitor(connector, cloudAddresses, callback) Creates a monitor, which queries whether a list of cloud addresses is available.
For more information, see
vnc_CloudAddressMonitor_create().Arguments: - connector (
vncsdk.CloudConnector) – - cloudAddresses (Array<string>) –
- callback (
vncsdk.CloudAddressMonitor.Callback) –
Throws: vncsdk.VncExceptionon error- connector (
Methods¶
-
CloudAddressMonitor.destroy()¶ Destroys the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_destroy().
-
CloudAddressMonitor.pause()¶ Pauses the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_pause().
-
CloudAddressMonitor.resume()¶ Resumes the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_resume().
-
CloudAddressMonitor.setPauseOnConnect(pauseOnConnect)¶ Sets whether or not the Cloud monitor pauses automatically when a connection is established.
For more information, see
vnc_CloudAddressMonitor_setPauseOnConnect().Arguments: - pauseOnConnect (boolean) –