ISchedule |
public interface IScheduleManager : IDeviceManager
The IScheduleManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAllSchedules | Returns all schedules in the system | |
| GetConnectionState |
Gets the ConnectionState of a device.
(Inherited from IDeviceManager) | |
| GetDeviceById |
Retrieves device handle by ID.
(Inherited from IDeviceManager) | |
| GetDeviceByName |
Retrieves device handle by name.
(Inherited from IDeviceManager) | |
| GetDeviceInfoList |
Gets information about all devices.
(Inherited from IDeviceManager) | |
| GetInitialStates |
Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager) | |
| GetName |
Retrieves device name.
(Inherited from IDeviceManager) | |
| GetRecordingSchedules | Returns all recording schedules in the system | |
| GetScheduleById | gets a schedule handle by id | |
| GetScheduleByName | gets a schedule handle by name | |
| GetScheduleInfoList | Gets information for all schedules | |
| GetScheduleStateTransitions | Access to the state changes of the schedule specified by its display name. | |
| GetScheduleStateTransitionsUtc | Access to the state changes of the schedule specified by its display name. | |
| GetTaskSchedules | Returns all task schedules in the system | |
| IsScheduleActive | returns true if the given schedule is active |