MonitoringConnector.UninitializeForTiers Method

Updated: April 16, 2012

Uninitializes the monitoring connector for all tiered Management Groups, which will prohibit getting any alerts when GetMonitoringAlertsForTiers is called. The failures that occurred for configured tiers are returned. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringConnector Dim failures As IList(Of ConnectorTieredOperationFailure) instance.UninitializeForTiers(failures)Public Sub UninitializeForTiers ( _ <OutAttribute> ByRef failures As IList(Of ConnectorTieredOperationFailure) _ )public void UninitializeForTiers ( out IList<ConnectorTieredOperationFailure> failures )public: void UninitializeForTiers ( [OutAttribute] IList<ConnectorTieredOperationFailure^>^% failures )public void UninitializeForTiers ( /** @attribute OutAttribute() */ /** @ref */ IList<ConnectorTieredOperationFailure> failures )ParametersfailuresThe array of failures that may have occurred for various tiers

After an UninitializeForTiers no alerts can be retrieved with the monitoring connector. A monitoring connector must be uninitialized before being deleted with the Cleanup method. Attempting to UninitializeForTiers a monitoring connector that is already uninitialized results in an exception with the "The connector is already in the given state." warning.

Perform an UninitializeForTiers before a Cleanup of the monitoring connector.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms