[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Get whether the session is closed.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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