Interface IEventTimer
Denotes a contract for an app-global event timer - an entity that fires requested events
Inherited Members
Namespace: Azos.Time
Assembly: Azos.dll
Syntax
public interface IEventTimer : IApplicationComponent, 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 |