MonitoringConnector.UninitializeForTiers(IList<ConnectorTieredOperationFailure>) 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 this connector, on each tier.
public:
void UninitializeForTiers([Runtime::InteropServices::Out] System::Collections::Generic::IList<Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorTieredOperationFailure ^> ^ % failures);
public void UninitializeForTiers (out System.Collections.Generic.IList<Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorTieredOperationFailure> failures);
member this.UninitializeForTiers : IList -> unit
Public Sub UninitializeForTiers (ByRef failures As IList(Of ConnectorTieredOperationFailure))
Parameters
- failures
- IList<ConnectorTieredOperationFailure>
A list of failures that occured.
Remarks
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.