JAMS Developer Guide
ScheduleWindow Constructor(String,MissedAction,Boolean)


MVPSI.JAMS Namespace > ScheduleWindow Class > ScheduleWindow Constructor : ScheduleWindow Constructor(String,MissedAction,Boolean)
When true, notification is sent if the window is missed.
Initializes a schedule window using the specified named time and missed window action
Syntax
'Declaration
 
Public Function New( _
   ByVal timeName As System.String, _
   ByVal missedAction As MissedAction, _
   ByVal notifyOfMissedWindow As System.Boolean _
)
'Usage
 
Dim timeName As System.String
Dim missedAction As MissedAction
Dim notifyOfMissedWindow As System.Boolean
 
Dim instance As New ScheduleWindow(timeName, missedAction, notifyOfMissedWindow)
public ScheduleWindow( 
   System.string timeName,
   MissedAction missedAction,
   System.bool notifyOfMissedWindow
)

Parameters

timeName
missedAction
notifyOfMissedWindow
When true, notification is sent if the window is missed.
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

Reference

ScheduleWindow Class
ScheduleWindow Members
Overload List