Click or drag to resize
MetaspaceGetCumulativeSpaceStats Method
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.1.5.12)
Syntax
public abstract Stat GetCumulativeSpaceStats(
	string spaceName
)

Parameters

spaceName
Type: SystemString
Name of the space.

Return Value

Type: Stat
Returns the statistics of the specified space name
See Also