RemotelyManagedComputer.Reconnect Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Connects the agentless managed computer to the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As RemotelyManagedComputer
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 agentless managed computer connects.
Remarks
You can use this method to reconnect an agentless managed computer to a Management Group when an ObjectNotConnectedException is thrown (indicating that the computer 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
RemotelyManagedComputer Class
RemotelyManagedComputer Members
Microsoft.EnterpriseManagement.Administration Namespace