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

Get outbound statistics for this destination.

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

Syntax

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

Return Value

the outbound statistics for this destination.

Remarks

Outbound statistics refers to all messages sent by the server to consumers on this destination and to other routed server.

See Also