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

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

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

Syntax

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

Return Value

the size of all uncommitted messages

See Also