ConnectorMonitoringAlertUpdateFailureReason Enumeration

System Center

Updated: April 16, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides the reason why the ConnectorMonitoringAlertUpdateFailure occurred.

Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

'Usage
Dim instance As ConnectorMonitoringAlertUpdateFailureReason

[DataContractAttribute] 
public enum class ConnectorMonitoringAlertUpdateFailureReason
/** @attribute DataContractAttribute() */ 
public enum ConnectorMonitoringAlertUpdateFailureReason
DataContractAttribute 
public enum ConnectorMonitoringAlertUpdateFailureReason

Member nameDescription
ConcurrentUpdateThe alert has been updated since the last time it was received by the connector.
DoesNotExistThe alert does not exist.
DoesNotOwnThe connector does not own the alert.
UnknownAn unknown error occurred.

T:Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlertUpdateFailure


Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

 

Community Additions

ADD
Show: