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

Returns cumulative outbound statistics for all destinations on this route.

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

cumulative outbound statistics for all destinations on this route.

Remarks

Outbound data refers to all messages the server sends to this route.

See Also