MetaspaceGetSpaceStatsByMember Method |
Gets the statistics of the space by member
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract IDictionary<Member, Stat> GetSpaceStatsByMember(
string spaceName
)
Public MustOverride Function GetSpaceStatsByMember (
spaceName As String
) As IDictionary(Of Member, Stat)
public:
virtual IDictionary<Member^, Stat^>^ GetSpaceStatsByMember(
String^ spaceName
) abstract
abstract GetSpaceStatsByMember :
spaceName : string -> IDictionary<Member, Stat>
Parameters
- spaceName
- Type: SystemString
Name of the space.
Return Value
Type:
IDictionaryMember,
StatReturns the statistics of the specified space name
See Also