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 Properties

The properties of the Timer class are listed below. For a complete list of Timer class members, see the Timer Members topic.

Public:

AutoReset Gets and Sets a value indicating whether the timer will be restarted when it is enabled.
Enabled Gets or sets the a value indicating whether the timer is enabled to fire events at a defined interval.
Interval Gets or sets the interval between timer events.
Site (inherited from Component) Gets or sets the site of the Component.
SynchronizingObject Represents the object used to marshal the event handler calls issued when an interval has elapsed. Normally this property will be set when the component is placed inside a control or a from, since those components are bound to a specific thread.

See Also

Timer Class | System.Timers Namespace