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

Get the number of uncommitted mesages that are pending for this connection.

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

Syntax

public int UncommittedCount { get; }
Public ReadOnly Property UncommittedCount As Integer
public:
property int UncommittedCount {
	int get ();
}

Return Value

the number of uncommitted messages

See Also