ConnectorFrameworkProxy.Uninitialize(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uninitializes the connector for subsequent calls.
public:
void Uninitialize(Guid connectorId);
public void Uninitialize (Guid connectorId);
member this.Uninitialize : Guid -> unit
Public Sub Uninitialize (connectorId As Guid)
Parameters
- connectorId
- Guid
The connector id.
Examples
See ConnectorFrameworkProxy for an example of the Uninitialize method.
Remarks
After an Uninitialize no data can pass through the monitoring connector. A monitoring connector must be uninitialized before being deleted with the Cleanup method. Attempting to uninitialize a monitoring connector that is already uninitialized results in an exception with the "The connector is already in the given state." warning.
Perform an Uninitialize before performing a Cleanup of the monitoring connector.