NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Schedule Constructor

Initializes a new default instance of the Schedule class.

[Visual Basic]
Public Sub New()
[C#]
public Schedule();
[C++]
public: Schedule();
[JScript]
public function Schedule();

Remarks

When you create an instance of Schedule, the Enabled property is set to the initial value of false. Unless you set Enabled to true, your Schedule will not be able to raise events.

See Also

Schedule Class | Schedule Members | System.Timers Namespace