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

Get the number of outbound messages for the server.

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

Syntax

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

Return Value

the number of outbound messages

See Also