ServiceBaseApplication Constructor (String, Configuration, ConfigSectionNode)NFX Class Library

[This is preliminary documentation and is subject to change.]

Takes optional command-line configuration args and root configuration. If configuration is null then application is configured from a file co-located with entry-point assembly and called the same name as assembly with '.config' extension, unless args are specified and "/config file" switch is used in which case 'file' has to be locatable and readable.

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ServiceBaseApplication(
	string name,
	Configuration cmdLineArgs,
	ConfigSectionNode rootConfig
)
See Also