Table of Contents

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

BPserver

ChildApplications

Returns the chilc applications under this application.

public PolarServerApplications ChildApplications

Field Value

PolarServerApplications

Server

Returns the server the application is running in.

public PolarStudioServer Server

Field Value

PolarStudioServer

Properties

ConcurrentProcessRequestCount

Returns the total number of concurrent requests that are actually processed by this application right now

public int ConcurrentProcessRequestCount { get; }

Property Value

int

Configuration

Returns the AppConfiguration used to load this application.

public AppConfiguration Configuration { get; }

Property Value

AppConfiguration

IsDynamicApplication

Returns True if the application is loaded dynamically instead of using a configuration file.

public bool IsDynamicApplication { get; }

Property Value

bool

Name

Gets/sets the name of the application.

public string Name { get; set; }

Property Value

string

Path

Gets/sets the path of the applications. (name/name/name)

public string Path { get; }

Property Value

string

WebRoot

Gets/sets the web root folder in the file system.

public string WebRoot { get; set; }

Property Value

string