ConnectorFrameworkProxy.IsConnected Property

Updated: April 16, 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)Dim instance As ConnectorFrameworkProxy Dim value As Boolean value = instance.IsConnected Public ReadOnly Property IsConnected As Booleanpublic bool IsConnected { get; }public: property bool IsConnected { bool get (); }/** @property */ public boolean get_IsConnected () public function get IsConnected () : boolean Property ValueReturns 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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms