ConnectorFrameworkProxy.Cleanup(Guid) Method

Definition

Removes the given connector from the system.

public:
 void Cleanup(Guid connectorId);
public void Cleanup (Guid connectorId);
member this.Cleanup : Guid -> unit
Public Sub Cleanup (connectorId As Guid)

Parameters

connectorId
Guid

The id 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.

Applies to

See also