[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the statistical information for the topics that match the given pattern.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public TopicInfo[] GetTopicsStatistics(
	string pattern
)
Public Function GetTopicsStatistics ( _
	pattern As String _
) As TopicInfo()
public:
array<TopicInfo^>^ GetTopicsStatistics(
	String^ pattern
)

Parameters

pattern
Type: System..::.String
The pattern that must be matched

Return Value

array of TopicInfo objects with statistical data or null if no topics found or statistics are disabled.

Remarks

The pattern may contain the wildcards "*" and ">". See the TIBCO EMS documentation for how wildcards work in topic names. A pattern of "", ">", or null will return statistics for all the topics.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also