RootExtensions.GetAsnaConfig Method
Definition
Namespace: ASNA.Extensions.Configuration
Assembly: ASNA.QSys.DataGate.Client.dll
Retrieves the ASNA configuration section from the configuration.
IConfigurationSection GetAsnaConfig(IConfiguration This)
Retrieves the ASNA configuration section from the configuration.
Remarks
This method is used to retrieve the ASNA configuration section from the configuration. The section is identified by the SECTION_ASNA constant.
IConfigurationSection GetAsnaConfig(IConfiguration This)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| IConfiguration | This | The configuration. |
Returns
| Type | Description |
|---|---|
| IConfigurationSection | The ASNA configuration section. |