[TIBCO.EMS .NET client library 8.1 documentation]

Return true if connection is closed; otherwise false.

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

Syntax

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

See Also