[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | ServiceBaseApplication( String , ConfigSectionNode) |
Takes optional application args[] and root configuration.
The args are parsed into CommandArgsConfiguration.
|
![]() | ServiceBaseApplication(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.
|
See Also