ServiceBaseApplication Constructor ( String , ConfigSectionNode)NFX Class Library

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

Takes optional application args[] and root configuration. The args are parsed into CommandArgsConfiguration.

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

public ServiceBaseApplication(
	string[] args,
	ConfigSectionNode rootConfig
)

Parameters

args
Type:  OnlineSystem String 
rootConfig
Type: NFX.Environment ConfigSectionNode
See Also