Class MaintenanceSystem
Defined in File MaintenanceSystem.h
Inheritance Relationships
Base Type
public csp::systems::SystemBase
(Class SystemBase)
Class Documentation
-
class MaintenanceSystem : public csp::systems::SystemBase
Public facing system that allows interfacing with the Maintenance Window Server.
This system can be used to query if there is currently a planned outage and can also be used to check for up coming maintenances outages
Public Functions
-
void GetMaintenanceInfo(const csp::common::String &MaintenanceURL, MaintenanceInfoCallback Callback)
Receives information on planned maintenances outages schedules for the future.
- Parameters
Callback – MaintenanceInfoCallback : callback when asynchronous task finishes
-
void GetMaintenanceInfo(const csp::common::String &MaintenanceURL, MaintenanceInfoCallback Callback)