ServiceBaseApplication Constructor NFX Class Library

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

Overload List

  NameDescription
Public methodServiceBaseApplication( String , ConfigSectionNode)
Takes optional application args[] and root configuration. The args are parsed into CommandArgsConfiguration.
Public methodServiceBaseApplication(String, Configuration, ConfigSectionNode)
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.
Back to Top
See Also