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

Returns the sequence number of the most recent message sent with this subject name.

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

Syntax

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

Return Value

the sequence number of the most recent message sent with this subject name.

See Also