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

Get the per destination limit of backlogged messages which are not automatically swapped out.

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

Syntax

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

Return Value

limit of unswapped backlogged messages per destination.

See Also