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

Returns cumulative inbound statistics for all destinations on this route.

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

Syntax

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

Return Value

the cumulative inbound statistics for all destinations on this route.

Remarks

Inbound statistics refers to all messages this route sends to the connected server.

See Also