Compartilhar via


IConnectorFrameworkConfigurationManagement.Cleanup Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Deletes a connector.

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

Usage

'Usage
Dim instance As IConnectorFrameworkConfigurationManagement
Dim monitoringConnector As EnterpriseManagementConnector

instance.Cleanup(monitoringConnector)

Syntax

'Declaration
Sub Cleanup ( _
    monitoringConnector As EnterpriseManagementConnector _
)
void Cleanup (
    EnterpriseManagementConnector monitoringConnector
)
void Cleanup (
    EnterpriseManagementConnector^ monitoringConnector
)
void Cleanup (
    EnterpriseManagementConnector monitoringConnector
)
function Cleanup (
    monitoringConnector : EnterpriseManagementConnector
)

Parameters

Remarks

When a connector is deleted, all of the data inserted by that connector is also deleted.

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

Windows Server 2008,Windows Server 2003

See Also

Reference

IConnectorFrameworkConfigurationManagement Interface
IConnectorFrameworkConfigurationManagement Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace