Assembly: EPiServer.Framework (in EPiServer.Framework.dll) Version: 8.0.0
C# |
---|
public interface ITimer : IDisposable |
Interface that redefines the System.Timers.Timer class core functionality.
Name | Summary | Status |
---|---|---|
AutoReset | Gets or sets a value indicating whether the timer should start a new interval after the first interval has completed. | |
Enabled | Gets or sets a value indicating whether this ITimer is enabled and should raise the Elapsed event at the end of the currently set interval. | |
Interval | Gets or sets the interval in milliseconds at which this ITimer should raise the Elapsed event. |
Name | Summary | Status |
---|---|---|
Elapsed | Occurs when the timer interval has elapsed. |