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

Returns the total number of messages stored on this subject.

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

Syntax

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

Return Value

the total number of messages stored on this subject.

See Also