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

Returns inbound statistics for this bidirectional destination.

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

Syntax

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

Return Value

the inbound statistics data.

Remarks

Bidirectional destinations are those collected for routes.

See Also