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