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

Returns outbound statistics for this bidirectional destination.

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

Syntax

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

Return Value

the outbound statistics data.

Remarks

Bidirectional destinations are those collected for routes.

See Also