Gets the cumulative statistics of the space.

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

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
F#
abstract GetCumulativeSpaceStats : 
        spaceName : string -> Stat 

Parameters

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

Return Value

Type: Stat
Returns the statistics of the specified space name

See Also