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

Get the number of data messages stored in the store as a result of swapping out non-persistent messages.

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

Syntax

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

Return Value

the number of messages

Remarks

This only has meaning for the asynchronous store.

See Also