[This is preliminary documentation and is subject to change.]
Takes optional application args[] and root configuration.
The args are parsed into CommandArgsConfiguration.
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ServiceBaseApplication(
string[] args,
ConfigSectionNode rootConfig
)
public ServiceBaseApplication(
string[] args,
ConfigSectionNode rootConfig
)
Public Sub New (
args As String(),
rootConfig As ConfigSectionNode
)
Public Sub New (
args As String(),
rootConfig As ConfigSectionNode
)
public:
ServiceBaseApplication(
array<String^>^ args,
ConfigSectionNode^ rootConfig
)
public:
ServiceBaseApplication(
array<String^>^ args,
ConfigSectionNode^ rootConfig
)
new :
args : string[] *
rootConfig : ConfigSectionNode -> ServiceBaseApplication
new :
args : string[] *
rootConfig : ConfigSectionNode -> ServiceBaseApplication