Share via


ManagementPackSLO.Reconnect Method (ManagementGroup)

Reconnects to a ManagementGroup object after this object has been disconnected.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

'Usage
Dim instance As ManagementPackSLO
Dim managementGroup As ManagementGroup

instance.Reconnect(managementGroup)

Syntax

'Declaration
Public Sub Reconnect ( _
    managementGroup As ManagementGroup _
)
public void Reconnect (
    ManagementGroup managementGroup
)
public:
virtual void Reconnect (
    ManagementGroup^ managementGroup
) sealed
public final void Reconnect (
    ManagementGroup managementGroup
)
public final function Reconnect (
    managementGroup : ManagementGroup
)

Parameters

  • managementGroup
    The ManagementGroup object to which to connect.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

ManagementPackSLO Class
ManagementPackSLO Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.