RemotelyManagedDevice.Reconnect Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Connects the network device to the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As RemotelyManagedDevice
Dim managementGroup As EnterpriseManagementGroup
instance.Reconnect(managementGroup)
Syntax
'Declaration
Public Overrides Sub Reconnect ( _
managementGroup As EnterpriseManagementGroup _
)
public override void Reconnect (
EnterpriseManagementGroup managementGroup
)
public:
virtual void Reconnect (
EnterpriseManagementGroup^ managementGroup
) override
public void Reconnect (
EnterpriseManagementGroup managementGroup
)
public override function Reconnect (
managementGroup : EnterpriseManagementGroup
)
Parameters
- managementGroup
The Management Group to which the network device connects.
Remarks
You can use this method to reconnect a network device to a Management Group when an ObjectNotConnectedException is thrown (indicating that the device is no longer connected to a Management Group).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
RemotelyManagedDevice Class
RemotelyManagedDevice Members
Microsoft.EnterpriseManagement.Administration Namespace