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!

Timer.AutoReset

Gets and Sets a value indicating whether the timer will be restarted when it is enabled.

[Visual Basic]
Public Property AutoReset As Boolean
[C#]
public bool AutoReset {get; set;}
[C++]
public: __property bool get_AutoReset();
public: __property void set_AutoReset(bool);
[JScript]
public function get AutoReset() : Boolean;
public function set AutoReset(Boolean);

Property Value

true if the timer will be restarted; otherwise, false.

See Also

Timer Class | Timer Members | System.Timers Namespace