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

Get the number of inbound messages for the server.

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

Syntax

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

Return Value

the number of inbound messages.

See Also