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

Get inbound statistics for this destination.

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 inbound statistics for this destination

Remarks

Inbound statistics refers to all messages sent into this destination by EMS clients and routed server.

See Also