Gets the cumulative statistics of the space.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract Stat GetCumulativeSpaceStats(
	string spaceName
)
Visual Basic
Public MustOverride Function GetCumulativeSpaceStats ( _
	spaceName As String _
) As Stat
Visual C++
public:
virtual Stat^ GetCumulativeSpaceStats(
	String^ spaceName
) abstract

Parameters

spaceName
Type: System..::..String
Name of the space.

Return Value

Returns the statistics of the specified space name

See Also