Schedule Class Members
See Also  Properties 
SourceCode.EventBus.Scheduler.Management Namespace : Schedule Class


Glossary Item Box

The following tables list the members exposed by Schedule.

Public Constructors

  Name Description
Public Constructor Schedule Constructor Constructor for a new schedule.  
Top

Public Properties

  Name Description
Public Property Description The description of the schedule.  
Public Property Disabled Setting the schdule to active or disabled state.  
Public Property FailedCount The number of times this schedlue could not be executed successfully.  
Public Property ID The ID of the schedule.  
Public Property LastRunDate The last date the schedule was executed.  
Public Property Name The name of the schedule.  
Public Property RecurrencePatternDaily The Daily Pattern.  
Public Property RecurrencePatternID Recurrence pattern ID of the schedule.  
Public Property RecurrencePatternInterval The Interval Pattern.  
Public Property RecurrencePatternMonthly The Monthly Pattern.  
Public Property RecurrencePatternWeekly The Weekly Pattern.  
Public Property RecurrencePatternYearly The Yearly Pattern.  
Public Property RecurrenceRange The date or occurrence range of the schedule.  
Public Property RecurrenceRangeID Recurrence range ID of the schedule.  
Public Property RecurrenceTypeID The recurremceTypeID e.g. Interval, Daily etc.  
Public Property SuccessfulCount The number of successfull execution of this schedule.  
Public Property TypeID The type of the schedule e.g. normal or processportal schedule.  
Top

See Also