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

The channel's message backlog count. This is the number of messages buffered in the server waiting to be sent on the channel.

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 channel's message backlog count.

See Also