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

Get the route's message backlog size.

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

Syntax

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

Return Value

the size of all messages in the route's backlog

See Also