ConflictResolutionPolicy Enumeration
Contains values that indicate how the EventSchedule.CreateScheduleRequest method should handle conflicts.
Syntax
public enum ConflictResolutionPolicy
The ConflictResolutionPolicy enumeration defines the following constants:
Member | Description |
AllowConflict | Indicates that a scheduled recording event overlaps an existing recording event, such that there are fewer resources (available tuners) than recording events. The overlapping events have the lowest priority. |
OverrideConflict | Gives a "best effort" at resolving conflicts in favor of a new recording request. The scheduled recordings with the lowest priorty in a conflict are moved to a conflict state. The OverrideConflict state does not always result in an override, such as when a tuner is used exclusively by a third party, or if the user is viewing live TV and chooses to cancel a scheduled recording event. |
Requirements
Reference: ehRecObj
Namespace: Microsoft.MediaCenter.TV.Scheduling
Assembly: ehRecObj.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also