Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

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

destroy()

Destroys the Cloud monitor.

pause()

Pauses the Cloud monitor.

resume()

Resumes the Cloud monitor.

setPauseOnConnect(pauseOnConnect)

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:
Throws:

vncsdk.VncException on error

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) –
×