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

Notifies the object that initialization is beginning and puts it on standby.

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

Remarks

Use this method when you need to change multiple properties on the component all at once.

See Also

Schedule Class | Schedule Members | System.Timers Namespace