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.Close

Frees all the resources allocated by this object.

[Visual Basic]
Overridable Public Sub Close()
[C#]
public virtual void Close();
[C++]
public: virtual void Close();
[JScript]
public function Close();

Remarks

This method stops the Schedule and frees all of the resources. Using the object after calling Close will allocate the resources again.

See Also

Schedule Class | Schedule Members | System.Timers Namespace