Share via


ConnectorFrameworkProxy.Cleanup Method

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

Deletes the specified monitoring connector.

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

Usage

'Usage
Dim instance As ConnectorFrameworkProxy
Dim connectorId As Guid

instance.Cleanup(connectorId)

Syntax

'Declaration
Public Sub Cleanup ( _
    connectorId As Guid _
)
public void Cleanup (
    Guid connectorId
)
public:
void Cleanup (
    Guid connectorId
)
public void Cleanup (
    Guid connectorId
)
public function Cleanup (
    connectorId : Guid
)

Parameters

  • connectorId
    The globally unique identifier (GUID) of the connector to remove.

Remarks

The Cleanup method should be called when a monitoring connector is to be removed permanently.

Before performing a Cleanup, remove any subscriptions to the monitoring connector and make sure the monitoring connector is uninitialized.

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

ConnectorFrameworkProxy Class
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
ConnectorFrameworkProxy.Cleanup Method