[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
MVCHandler class
Namespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected MVCHandler(
WorkDispatcher dispatcher,
IConfigSectionNode confNode
)
protected MVCHandler(
WorkDispatcher dispatcher,
IConfigSectionNode confNode
)
Protected Sub New (
dispatcher As WorkDispatcher,
confNode As IConfigSectionNode
)
Protected Sub New (
dispatcher As WorkDispatcher,
confNode As IConfigSectionNode
)
protected:
MVCHandler(
WorkDispatcher^ dispatcher,
IConfigSectionNode^ confNode
)
protected:
MVCHandler(
WorkDispatcher^ dispatcher,
IConfigSectionNode^ confNode
)
new :
dispatcher : WorkDispatcher *
confNode : IConfigSectionNode -> MVCHandler
new :
dispatcher : WorkDispatcher *
confNode : IConfigSectionNode -> MVCHandler