ScheduleRequest Class

Provides information about a recording request. Multiple instances of the ScheduleRequest object may be created and returned for one specific scheduled recording event. To determine whether multiple instances of the class are pointing to the same event, compare their Id properties.

Syntax

public class ScheduleRequest

Public Instance Methods

Method Description
Cancel Cancels the recording request.
GetExtendedProperty Gets the value of a specified property from the recording request.
GetScheduleEvents Gets all scheduled recording events that were generated from a recording request.

Public Instance Properties

Property Description
Id Gets a unique identifier (ID) string that identifies a recording request.
OriginatorId Gets a unique ID string that identifies the origin of a recording request.

See Also