MetaspaceGetCumulativeSpaceStats Method |
Gets the cumulative statistics of the space.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract Stat GetCumulativeSpaceStats(
string spaceName
)
Public MustOverride Function GetCumulativeSpaceStats (
spaceName As String
) As Stat
public:
virtual Stat^ GetCumulativeSpaceStats(
String^ spaceName
) abstract
abstract GetCumulativeSpaceStats :
spaceName : string -> Stat
Parameters
- spaceName
- Type: SystemString
Name of the space.
Return Value
Type:
StatReturns the statistics of the specified space name
See Also