Class PolarServerApplication
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains one application running on the server.
public class PolarServerApplication
- Inheritance
-
PolarServerApplication
- Inherited Members
- Extension Methods
Fields
BPserver
Returns the BPserver (Polar server) object loaded for this application.
public BPserver BPserver
Field Value
ChildApplications
Returns the chilc applications under this application.
public PolarServerApplications ChildApplications
Field Value
Server
Returns the server the application is running in.
public PolarStudioServer Server
Field Value
Properties
ConcurrentProcessRequestCount
Returns the total number of concurrent requests that are actually processed by this application right now
public int ConcurrentProcessRequestCount { get; }
Property Value
Configuration
Returns the AppConfiguration used to load this application.
public AppConfiguration Configuration { get; }
Property Value
IsDynamicApplication
Returns True if the application is loaded dynamically instead of using a configuration file.
public bool IsDynamicApplication { get; }
Property Value
Name
Gets/sets the name of the application.
public string Name { get; set; }
Property Value
Path
Gets/sets the path of the applications. (name/name/name)
public string Path { get; }
Property Value
WebRoot
Gets/sets the web root folder in the file system.
public string WebRoot { get; set; }