Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor.Callback¶
-
class CloudAddressMonitor.Callback¶ Callback for a
CloudAddressMonitor.For more information, see
vnc_CloudAddressMonitor_Callbackin the C API documentation.
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Initializes a new Callback class instance. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
void |
Handles the AvailabilityChanged event.
By default, calls the |
void |
Handles the MonitorPaused event.
By default, calls the |
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.AvailabilityChangeddelegate.
-
void
CloudAddressMonitor.Callback.OnMonitorPaused(CloudAddressMonitor monitor)¶ Handles the MonitorPaused event. By default, calls the
CloudAddressMonitor.Callback.MonitorPauseddelegate.
Fields¶
-
CloudAddressMonitor.Callback.AvailabilityChanged¶ Notification that the availability information for a Cloud address has changed.
For more information, see
vnc_CloudAddressMonitor_Callback::availabilityChangedin 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::monitorPausedin the C API documentation.