IEventTimer InterfaceNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes a contract for an app-global event timer - an entity that fires requested events

Namespace: NFX.Time
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public interface IEventTimer : IApplicationComponent, 
	IDisposable, IInstrumentable, IExternallyParameterized
See Also