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

Returns detailed statistics for all destinations being sent on the channel.

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

Syntax

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

Return Value

detailed statistics for all destinations being sent on the channel.

See Also