[TIBCO.EMS .NET client library 7.0 documentation]

Test whether a connection is permanently disconnected from the server.

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

Syntax

public virtual bool IsDisconnected()
Public Overridable Function IsDisconnected As Boolean
public:
virtual bool IsDisconnected()

Remarks

When a connection is disconnected or is being disconnected from the server, return true. Otherwise, return false.

See Also