[This is preliminary documentation and is subject to change.]
Provides implementation that configures service from configuration node (and possibly it's sub-nodes)
Namespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void DoConfigure(
IConfigSectionNode node
)
protected virtual void DoConfigure(
IConfigSectionNode node
)
Protected Overridable Sub DoConfigure (
node As IConfigSectionNode
)
Protected Overridable Sub DoConfigure (
node As IConfigSectionNode
)
protected:
virtual void DoConfigure(
IConfigSectionNode^ node
)
protected:
virtual void DoConfigure(
IConfigSectionNode^ node
)
abstract DoConfigure :
node : IConfigSectionNode -> unit
override DoConfigure :
node : IConfigSectionNode -> unit
abstract DoConfigure :
node : IConfigSectionNode -> unit
override DoConfigure :
node : IConfigSectionNode -> unit