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

Returns true if this consumer is connected to the server. Only durable topic subscribers may be in disconnected state. This method always returns true for queue receivers and non-durable topic consumers.

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

Syntax

public bool isConnected()
Public Function isConnected As Boolean
public:
bool isConnected()

Return Value

true if this consumer connected to server, false otherwise.

See Also