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

Get the number of inbound messages per second for the server as a whole.

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

Syntax

public long InboundMessageRate { get; }
Public ReadOnly Property InboundMessageRate As Long
public:
property long long InboundMessageRate {
	long long get ();
}

Return Value

the inbound message rate.

See Also