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

Get the volume 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 InboundBytesRate { get; }
Public ReadOnly Property InboundBytesRate As Long
public:
property long long InboundBytesRate {
	long long get ();
}

Return Value

the inbound rate in bytes per second rate.

See Also