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

Determine if this durable is connected or dormant.

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

Syntax

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

Return Value

true if the durable is actively connected to the server.

See Also