Interface IEventTimerImplementation
Denotes an implementation for an app-global event timer - an entity that fires requested events
Inherited Members
System.IDisposable.Dispose()
Namespace: Azos.Time
Assembly: Azos.dll
Syntax
public interface IEventTimerImplementation : IEventTimer, IApplicationComponent, IInstrumentable, IExternallyParameterized, IDisposable, IConfigurable
Properties
ResolutionMs
Declaration
int ResolutionMs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
__InternalRegisterEvent(Event)
Internall call, developers - do not call
Declaration
void __InternalRegisterEvent(Event evt)
Parameters
Type | Name | Description |
---|---|---|
Event | evt |
__InternalUnRegisterEvent(Event)
Internall call, developers - do not call
Declaration
void __InternalUnRegisterEvent(Event evt)
Parameters
Type | Name | Description |
---|---|---|
Event | evt |