Search
Command Constructor
See Also
 






Initializes a new instance of the Command class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected Command (
    Schedule schedule
)

Visual Basic  Copy Code

Protected New ( _
    schedule As Schedule _
)

 Parameters

schedule

The Schedule object this command will operate on.

 See Also