Partager via


ConnectorFrameworkProxy.IsConnected Property

 

Applies To: Operations Manager for System Center 2012

Gets a value indicating whether the monitoring connector's channel is connected to an Operation Manager server.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public bool IsConnected { get; }
public:
property bool IsConnected {
    bool get();
}
member IsConnected : bool with get
Public ReadOnly Property IsConnected As Boolean

Property Value

Type: System.Boolean

Returns a Boolean value that is true if the connection is currently open and false for all other states, including the transition states between open and closed.

See Also

ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top