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

Determine if this durable is connected or dormant. This method has been replaced by Connected and this method has been deprecated as of EMS 4.4

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

Syntax

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

Return Value

true if the durable is actively connected to the server.

See Also