Structure used for service schedules that consist of actions that are performed at specified times. More...
import "saeaccess.idl";
Public Attributes | |
unsigned long | operation |
An action to be taken. | |
wstring | serviceName |
Name of the service to be scheduled. | |
AttrSeq | attributes |
Sequence of attributes. |
Structure used for service schedules that consist of actions that are performed at specified times.
You can activate or deactivate a service at a specified time or on a recurring schedule, and you can deny service activation during a specified time interval.
You create schedules for subscribers. At the scheduled time, the actions apply only to the subscriber. Subscribers manipulate the schedule from the application you create.
Sequence of attributes.
unsigned long sae.ActionExt.operation |
An action to be taken.
wstring sae.ActionExt.serviceName |
Name of the service to be scheduled.