Schedule Constructor
See Also 
SourceCode.EventBus.Scheduler.Management Namespace > Schedule Class : Schedule Constructor



recurrencyTypeID

Glossary Item Box

Constructor for a new schedule.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal recurrencyTypeID As Integer _
)
Visual Basic (Usage)Copy Code
Dim recurrencyTypeID As Integer
 
Dim instance As New Schedule(recurrencyTypeID)
C# 
public Schedule( 
   int recurrencyTypeID
)
C++/CLI 
public:
Schedule( 
   int recurrencyTypeID
)

Parameters

recurrencyTypeID

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