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

Returns statistics if this is unidirectional destination statistics.

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

Syntax

public StatData StatData { get; }
Public ReadOnly Property StatData As StatData
public:
property StatData^ StatData {
	StatData^ get ();
}

Return Value

the statistics data.

Remarks

Unidirectional destinations are those collected for producers and consumers.

See Also