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

Get the route's message backlog count.

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

Syntax

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

Return Value

the number of messages in the route's backlog

See Also