Class NullTimer
Implementation of the ITimer interface that won't raise any Elapsed event regardless of settings.
Inheritance
System.Object
NullTimer
Namespace: EPiServer.Framework.Timers.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class NullTimer : Object, ITimer, IDisposable
Fields
Instance
Singleton instance of the Null
Declaration
public static readonly NullTimer Instance
Field Value
Type | Description |
---|---|
Null |
Properties
AutoReset
Declaration
public bool AutoReset { get; set; }
Property Value
Type | Description |
---|---|
System. |
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System. |
Interval
Declaration
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Dispose()
Declaration
public void Dispose()
Events
Elapsed
Declaration
public event EventHandler<ElapsedEventArgs> Elapsed
Event Type
Type | Description |
---|---|
System. |
Implements
System.IDisposable