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

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

Return Value

the outbound message rate.

See Also