MonaServerConfig class | QSYS API Reference Guide

Provides Mona-Server Configuration functionality.

Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll

Inheritance: Object

Remarks

Implements the IMonaServerConfig Interface, allowing the Website to add MonaServer as a service during the Website Startup Dependency injection.

Constructors

Name Description
MonaServerConfig() Initializes new instance of MonaServerConfig class.

MonaServerConfig()

Initializes new instance of MonaServerConfig class.

MonaServerConfig()

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 a value that indicates the Name of the Host.
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 a value that indicates the IP Port to use.
Int32 TraceOption Gets or sets a value that indicates the type of tracing.