EnterpriseManagementGroup.IsConnected Property

Definition

Gets a value that determines whether this EnterpriseManagementGroup object is currently connected to a Service Manager server. The Reconnect() method can be called when no connection is present.

public:
 virtual property bool IsConnected { bool get(); };
public virtual bool IsConnected { get; }
member this.IsConnected : bool
Public Overridable ReadOnly Property IsConnected As Boolean

Property Value

true if this management group instance is connected to a Service Manager server; otherwise, false

Remarks

If the current connection has timed out, this property will continue to return true. If the maximum time-out period has lapsed, 30 minutes, the call will return true, throw an exception, and additional calls will return false.

Applies to