[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Event class
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Event(
IEventTimer timer,
IConfigSectionNode config
)
public Event(
IEventTimer timer,
IConfigSectionNode config
)
Public Sub New (
timer As IEventTimer,
config As IConfigSectionNode
)
Public Sub New (
timer As IEventTimer,
config As IConfigSectionNode
)
public:
Event(
IEventTimer^ timer,
IConfigSectionNode^ config
)
public:
Event(
IEventTimer^ timer,
IConfigSectionNode^ config
)
new :
timer : IEventTimer *
config : IConfigSectionNode -> Eventnew :
timer : IEventTimer *
config : IConfigSectionNode -> Event