[TIBCO.EMS .NET client library 7.0 documentation]

Get whether the session is closed.

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 ();
}

Field Value

True if session closed, false otherwise

See Also