Returns the number of running AppServers on the system.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public int AppServerCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property AppServerCount As Integer
Visual C++
public:
virtual property int AppServerCount {
	int get () sealed;
}

Field Value

running AppServer count

Implements

IAppServerMgrProxy..::.AppServerCount

See Also