MonitoringStateChangeEvent Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a monitoring state change event.

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

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring::MonitoringStateChangeEvent

[SerializableAttribute]
public ref class MonitoringStateChangeEvent : MonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyContext

Gets the context of the state change event.

System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitorId

Gets the globally unique identifier (GUID) of the monitor associated with the state change event.

System_CAPS_pubpropertyMonitoringObjectId

Gets the globally unique identifier (GUID) of the monitoring object associated with the state change event.

System_CAPS_pubpropertyMonitoringStateId

Gets the globally unique identifier (GUID) of the state associated with the state change event.

System_CAPS_pubpropertyNewHealthState

Gets the health state value after the change occurred.

System_CAPS_pubpropertyNewOperationalState

Gets the operational state after the change occurred.

System_CAPS_pubpropertyOldHealthState

Gets the health state before the change occurred.

System_CAPS_pubpropertyOldOperationalState

Gets the operational state before the changed occurred.

System_CAPS_pubpropertyTimeAdded

Gets the time, in DateTime format, that the state changed was added.

System_CAPS_pubpropertyTimeGenerated

Gets the time, in DateTime format, that the state change event was generated.

NameDescription
System_CAPS_pubmethodBeginExecuteDiagnostic(ManagementPackDiagnostic^, AsyncCallback^, Object^)

System_CAPS_pubmethodBeginExecuteMonitoringDiagnostic(MonitoringDiagnostic^, AsyncCallback^, Object^)

Obsolete.Begins the asynchronous execution of a diagnostic.

System_CAPS_pubmethodBeginExecuteMonitoringRecovery(MonitoringRecovery^, String^, AsyncCallback^, Object^)

Obsolete.Begins the asynchronous execution of a recovery.

System_CAPS_pubmethodBeginExecuteRecovery(ManagementPackRecovery^, String^, AsyncCallback^, Object^)

System_CAPS_pubmethodEndExecuteDiagnostic(IAsyncResult^)

System_CAPS_pubmethodEndExecuteMonitoringDiagnostic(IAsyncResult^)

Obsolete.Ends an asynchronous diagnostic execution.

System_CAPS_pubmethodEndExecuteMonitoringRecovery(IAsyncResult^)

Obsolete.Ends an asynchronous recovery execution.

System_CAPS_pubmethodEndExecuteRecovery(IAsyncResult^)

System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodExecuteDiagnostic(ManagementPackDiagnostic^)

System_CAPS_pubmethodExecuteMonitoringDiagnostic(MonitoringDiagnostic^)

Obsolete.Synchronously executes a diagnostic.

System_CAPS_pubmethodExecuteMonitoringRecovery(MonitoringRecovery^, String^)

Obsolete.Synchronously executes a recovery.

System_CAPS_pubmethodExecuteRecovery(ManagementPackRecovery^, String^)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDiagnosticResults()

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetMonitoringDiagnosticResults()

Obsolete.Gets a collection of the diagnostic results for the current state change event.

System_CAPS_pubmethodGetMonitoringRecoveryResults()

Obsolete.Gets a collection of the recovery results for the current state change event.

System_CAPS_pubmethodGetRecoveryResults()

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodSubmitDiagnostic(ManagementPackDiagnostic^)

System_CAPS_pubmethodSubmitMonitoringDiagnostic(MonitoringDiagnostic^)

Obsolete.Submits a monitoring diagnostic for the current state change event.

System_CAPS_pubmethodSubmitMonitoringRecovery(MonitoringRecovery^)

Obsolete.Submits a monitoring recovery for the current state change event.

System_CAPS_pubmethodSubmitMonitoringRecovery(MonitoringRecovery^, String^)

Obsolete.Submits a monitoring recovery for the current state change event.

System_CAPS_pubmethodSubmitRecovery(ManagementPackRecovery^)

System_CAPS_pubmethodSubmitRecovery(ManagementPackRecovery^, String^)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

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

Return to top
Show: