Click or drag to resize

AppType Enumeration

The application type. A formal application type has been introduced in v4.5.2 and at this implementation is still only partially complete. Use AppTypeGet and AppTypeSet to get/set the application type on a particular IAppContext instance.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum AppType
Members
  Member nameValueDescription
Standard1 This is a standard application instance.
Service2 This is a service application providing services such as API user authentication, error reporting and logging, etc.
Scheduler3 This is a scheduler application running scheduled tasks.
See Also