[This is preliminary documentation and is subject to change.]
Denotes an implementation 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 IEventTimerImplementation : IEventTimer,
IApplicationComponent, IInstrumentable, IExternallyParameterized, IDisposable, IConfigurable
public interface IEventTimerImplementation : IEventTimer,
IApplicationComponent, IInstrumentable, IExternallyParameterized, IDisposable, IConfigurable
Public Interface IEventTimerImplementation
Inherits IEventTimer, IApplicationComponent, IInstrumentable, IExternallyParameterized,
IDisposable, IConfigurable
Public Interface IEventTimerImplementation
Inherits IEventTimer, IApplicationComponent, IInstrumentable, IExternallyParameterized,
IDisposable, IConfigurable
public interface class IEventTimerImplementation : IEventTimer,
IApplicationComponent, IInstrumentable, IExternallyParameterized, IDisposable, IConfigurable
public interface class IEventTimerImplementation : IEventTimer,
IApplicationComponent, IInstrumentable, IExternallyParameterized, IDisposable, IConfigurable
type IEventTimerImplementation =
interface
interface IEventTimer
interface IApplicationComponent
interface IInstrumentable
interface IExternallyParameterized
interface IDisposable
interface IConfigurable
end
type IEventTimerImplementation =
interface
interface IEventTimer
interface IApplicationComponent
interface IInstrumentable
interface IExternallyParameterized
interface IDisposable
interface IConfigurable
end