Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudAddressMonitor.Callback

class CloudAddressMonitor.Callback

Callback for a CloudAddressMonitor.

For more information, see vnc_CloudAddressMonitor_Callback in the C API documentation.

Nested classes

Constructor summary

Modifier and Type Method and Description

CloudAddressMonitor.Callback(CloudAddressMonitor.Callback.AvailabilityChangedType availabilityChanged = null, CloudAddressMonitor.Callback.MonitorPausedType monitorPaused = null)

Initializes a new Callback class instance.

Method summary

Modifier and Type Method and Description
void

CloudAddressMonitor.Callback.OnAvailabilityChanged(CloudAddressMonitor monitor, String cloudAddress, CloudAddressMonitor.Availability availability)

Handles the AvailabilityChanged event. By default, calls the CloudAddressMonitor.Callback.AvailabilityChanged delegate.

void

CloudAddressMonitor.Callback.OnMonitorPaused(CloudAddressMonitor monitor)

Handles the MonitorPaused event. By default, calls the CloudAddressMonitor.Callback.MonitorPaused delegate.

Constructors

CloudAddressMonitor.Callback (CloudAddressMonitor.Callback.AvailabilityChangedType availabilityChanged = null, CloudAddressMonitor.Callback.MonitorPausedType monitorPaused = null)

Initializes a new Callback class instance.

For more information, see vnc_CloudAddressMonitor_Callback() in the C API documentation.

Methods

void CloudAddressMonitor.Callback.OnAvailabilityChanged (CloudAddressMonitor monitor, String cloudAddress, CloudAddressMonitor.Availability availability)

Handles the AvailabilityChanged event. By default, calls the CloudAddressMonitor.Callback.AvailabilityChanged delegate.

void CloudAddressMonitor.Callback.OnMonitorPaused (CloudAddressMonitor monitor)

Handles the MonitorPaused event. By default, calls the CloudAddressMonitor.Callback.MonitorPaused delegate.

Fields

CloudAddressMonitor.Callback.AvailabilityChanged

Notification that the availability information for a Cloud address has changed.

For more information, see vnc_CloudAddressMonitor_Callback::availabilityChanged in the C API documentation.

CloudAddressMonitor.Callback.MonitorPaused

Notification that monitoring has been paused by an outgoing connection starting.

For more information, see vnc_CloudAddressMonitor_Callback::monitorPaused in the C API documentation.

×