Returns the number of suspended 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 SuspendedServerCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property SuspendedServerCount As Integer
Visual C++
public:
virtual property int SuspendedServerCount {
	int get () sealed;
}

Field Value

suspended AppServer count

Implements

IAppServerMgrProxy..::.SuspendedServerCount

See Also