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

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

Return Value

the outbound rate in bytes per second rate.

See Also