Represents a monitoring state change event.
The following tables list the members exposed by the MonitoringStateChangeEvent type.
Public
Properties
| Name | Description | |
|---|---|---|
|
Context | Gets the context of the state change event. |
|
Id | Gets the globally unique identifier (GUID) for the MonitoringBaseWithId object. (inherited from MonitoringBaseWithId) |
|
ManagementGroup | Gets the Management Group that the object is in. (inherited from MonitoringBase) |
|
ManagementGroupId | Gets the globally unique identifier (GUID) for the Management Group that the object is in. (inherited from MonitoringBase) |
|
MonitorId | Gets the globally unique identifier (GUID) of the monitor associated with the state change event. |
|
MonitoringObjectId | Gets the globally unique identifier (GUID) of the monitoring object associated with the state change event. |
|
MonitoringStateId | Gets the globally unique identifier (GUID) of the state associated with the state change event. |
|
NewHealthState | Gets the health state value after the change occurred. |
|
NewOperationalState | Gets the operational state after the change occurred. |
|
OldHealthState | Gets the health state before the change occurred. |
|
OldOperationalState | Gets the operational state before the changed occurred. |
|
TimeAdded | Gets the time, in DateTime format, that the state changed was added. |
|
TimeGenerated | Gets the time, in DateTime format, that the state change event was generated. |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
BeginExecuteMonitoringDiagnostic | Begins the asynchronous execution of a diagnostic. |
|
BeginExecuteMonitoringRecovery | Begins the asynchronous execution of a recovery. |
|
EndExecuteMonitoringDiagnostic | Ends an asynchronous diagnostic execution. |
|
EndExecuteMonitoringRecovery | Ends an asynchronous recovery execution. |
|
Equals | Overloaded. (inherited from MonitoringBaseWithId) |
|
ExecuteMonitoringDiagnostic | Synchronously executes a diagnostic. |
|
ExecuteMonitoringRecovery | Synchronously executes a recovery. |
|
GetHashCode | Returns the hash code for the MonitoringBaseWithId object. (inherited from MonitoringBaseWithId) |
|
GetMonitoringDiagnosticResults | Gets a collection of the diagnostic results for the current state change event. |
|
GetMonitoringRecoveryResults | Gets a collection of the recovery results for the current state change event. |
|
GetType | (inherited from Object) |
|
Reconnect | (inherited from MonitoringBase) |
![]()
|
ReferenceEquals | (inherited from Object) |
|
SubmitMonitoringDiagnostic | Submits a monitoring diagnostic for the current state change event. |
|
SubmitMonitoringRecovery | Overloaded. Submits a monitoring recovery for the current state change event. |
|
ToString | Returns the relevant display string for the object. (inherited from MonitoringBase) |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
See Also
Send comments about this topic to Microsoft.

