AsnaConfig class | QSYS API Reference Guide
Represents the ASNA configuration.
Namespace: ASNA.Extensions.Configuration Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Remarks
This class is used to encapsulate the configuration settings for ASNA. It provides access to the DataGate configuration through the DataGate property.
Constructors
Name | Description |
---|---|
AsnaConfig(IConfiguration) | Initializes a new instance of the class with the specified configuration. |
AsnaConfig(IConfiguration)
Initializes a new instance of the class with the specified configuration.
AsnaConfig(IConfiguration)
Parameters
Type | Parameter name | Description |
---|---|---|
IConfiguration | config | The configuration. |
Properties
Type | Name | Description |
---|---|---|
IDataGateConfig | DataGate | Gets the DataGate configuration. |