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

Get the statistical information for all topics.

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

Syntax

public TopicInfo[] TopicsStatistics { get; }
Public ReadOnly Property TopicsStatistics As TopicInfo()
public:
property array<TopicInfo^>^ TopicsStatistics {
	array<TopicInfo^>^ get ();
}

Return Value

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

Exceptions

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

See Also