Click or drag to resize

SharedTimer Properties

The SharedTimer type exposes the following members.

Properties
  Name Description
Public property AutoReset Gets or sets flag that indicates whether the SharedTimer should raise the Elapsed event only once false or repeatedly true.
Public property Enabled Gets or sets flag that indicates whether the SharedTimer should raise the Elapsed event.
Public property Interval Gets or sets the interval at which to raise the Elapsed event.
Top
See Also