Click or drag to resize

IScheduleManager Methods

The IScheduleManager type exposes the following members.

Methods
 NameDescription
Public methodGetAllSchedules Returns all schedules in the system
Public methodGetConnectionState Gets the ConnectionState of a device.
(Inherited from IDeviceManager)
Public methodGetDeviceById Retrieves device handle by ID.
(Inherited from IDeviceManager)
Public methodGetDeviceByName Retrieves device handle by name.
(Inherited from IDeviceManager)
Public methodGetDeviceInfoList Gets information about all devices.
(Inherited from IDeviceManager)
Public methodGetInitialStates Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager)
Public methodGetName Retrieves device name.
(Inherited from IDeviceManager)
Public methodGetRecordingSchedules Returns all recording schedules in the system
Public methodGetScheduleById gets a schedule handle by id
Public methodGetScheduleByName gets a schedule handle by name
Public methodGetScheduleInfoList Gets information for all schedules
Public methodGetScheduleStateTransitionsAccess to the state changes of the schedule specified by its display name.
Public methodGetScheduleStateTransitionsUtcAccess to the state changes of the schedule specified by its display name.
Public methodGetTaskSchedules Returns all task schedules in the system
Public methodIsScheduleActive returns true if the given schedule is active
Top
See Also