NotificationRecipientScheduleEntry Class

 

Applies To: Operations Manager for System Center 2012

Represents an entry in a schedule that determines when a recipient or device is available to receive notifications.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Administration.NotificationRecipientScheduleEntry

Syntax

[SerializableAttribute]
public class NotificationRecipientScheduleEntry
[SerializableAttribute]
public ref class NotificationRecipientScheduleEntry 
[<SerializableAttribute>]
type NotificationRecipientScheduleEntry = class end
<SerializableAttribute>
Public Class NotificationRecipientScheduleEntry

Constructors

Name Description
System_CAPS_pubmethod NotificationRecipientScheduleEntry()

Initializes the NotificationRecipientScheduleEntry class.

Properties

Name Description
System_CAPS_pubproperty DailyEndTime

Gets or sets the time at which each day in the schedule ends.

System_CAPS_pubproperty DailyStartTime

Gets or sets the time at which each day in the schedule begins.

System_CAPS_pubproperty ScheduledDays

Gets or sets the days of the week that are included in the schedule.

System_CAPS_pubproperty ScheduledEndDate

Gets or sets the last day in the schedule.

System_CAPS_pubproperty ScheduledStartDate

Gets or sets the first day in the schedule.

System_CAPS_pubproperty ScheduleEntryType

Gets or sets a value that determines whether the schedule indicates available or unavailable time for a recipient or device.

System_CAPS_pubproperty TimeZone

Gets or sets the time zone for this schedule.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

A schedule entry represents a weekly schedule that defines the days and times during which a recipient or device is available (or unavailable) to receive notifications. After creating a schedule entry, you can assign it to a specific notification recipient or device by adding the entry to the recipient's ScheduleEntries list or to the device's ScheduleEntries list.

Any period of time not explicitly included in a schedule is considered time during which a recipient or device is unavailable.

To define whether the schedule represents available or unavailable time, set the value of the ScheduleEntryType property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top