Interface IEventTimer
Denotes a contract for an app-global event timer - an entity that fires requested events
Inherited Members
System.IDisposable.Dispose()
Namespace: NFX.Time
Assembly: NFX.dll
Syntax
public interface IEventTimer : IApplicationComponent, IDisposable, IInstrumentable, IExternallyParameterized
Properties
Events
Lists all events in the instance
Declaration
IRegistry<Event> Events { get; }
Property Value
| Type | Description |
|---|---|
| IRegistry<Event> |
ResolutionMs
Gets the granularity of event firing resolution
Declaration
int ResolutionMs { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |