IMonaServerConfig interface | QSYS API Reference Guide
Exposes MonaServerConfig properties.
Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll
Extends: doesn’t extend any other interfaces.
Remarks
Website Applications using ASNA.QSys.Expo assembly, typically have a configuration file at the root folder of the site named: appsettings.json.
The configuration file appsettings.json uses JSON file format.
There is a "MonaServer" object defined in the schema for appsettings.json, where the Properties described by this class can be set to configure MonaServer.
Properties
| Type | Name | Description |
|---|---|---|
| List<String> | AssemblyList | Gets or sets a value that lists the assemblies that are part of this application. |
| String | HostName | Gets or sets HostName as a string. |
| Int32 | JobIdleTimeout | Gets or sets a value that indicates the number of minutes a Job may remain idle before it is shutdown. |
| Int32 | Port | Gets or sets IP Port number. |
| Int32 | TraceOption | Gets or sets a value that indicates the type of tracing. |