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

Indicates whether or not this route has stalled destinations.

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

Syntax

public bool Stalled { get; }
Public ReadOnly Property Stalled As Boolean
public:
property bool Stalled {
	bool get ();
}

Return Value

true if this route has any stalled destination, false otherwise.

Remarks

Notice this flag is set if any number of destinations are stalled. It does not indicate if all destinations sent by this route are stalled.

See Also