RecurrencePatternInterval Class
Members See Also 
SourceCode.EventBus.Scheduler.Management Namespace : RecurrencePatternInterval Class



Glossary Item Box

This a a schdule pattern that is used when the schedule needs to fire on a range of intervals e.g. every 1 minute or every 2 days.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class RecurrencePatternInterval 
Visual Basic (Usage)Copy Code
Dim instance As RecurrencePatternInterval
C# 
[Serializable()]
public class RecurrencePatternInterval 
C++/CLI 
[Serializable()]
public ref class RecurrencePatternInterval 

Inheritance Hierarchy

System.Object
   SourceCode.EventBus.Scheduler.Management.RecurrencePatternInterval

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also