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

Determine if the route for this queue is connected.

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

Syntax

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

Return Value

true if the route for this queue is connected.

See Also