Share via


MonitoringConnector.Uninitialize Method

Definition

Uninitializes this connector.

public:
 void Uninitialize();
public void Uninitialize ();
member this.Uninitialize : unit -> unit
Public Sub Uninitialize ()

Examples

An example of this method is shown in MonitoringConnector.

Remarks

After an Uninitialize no alerts can be retrieved with 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 a Cleanup of the monitoring connector.

Applies to