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

Returns the TIBCO Rendezvous Certified Messaging sequence number of the last message for which the listener confirmed delivery.

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

Syntax

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

Return Value

the sequence number of the last message for which the listener confirmed delivery.

See Also