[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.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public interface IEventTimer : IApplicationComponent,
IDisposable, IInstrumentable, IExternallyParameterized
public interface IEventTimer : IApplicationComponent,
IDisposable, IInstrumentable, IExternallyParameterized
Public Interface IEventTimer
Inherits IApplicationComponent, IDisposable, IInstrumentable, IExternallyParameterized
Public Interface IEventTimer
Inherits IApplicationComponent, IDisposable, IInstrumentable, IExternallyParameterized
public interface class IEventTimer : IApplicationComponent,
IDisposable, IInstrumentable, IExternallyParameterized
public interface class IEventTimer : IApplicationComponent,
IDisposable, IInstrumentable, IExternallyParameterized
type IEventTimer =
interface
interface IApplicationComponent
interface IDisposable
interface IInstrumentable
interface IExternallyParameterized
end
type IEventTimer =
interface
interface IApplicationComponent
interface IDisposable
interface IInstrumentable
interface IExternallyParameterized
end