Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the monitoring event that has the specified GUID.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use OperationalData.GetMonitoringEvent()")]
public MonitoringEvent GetMonitoringEvent(
    Guid id
)
public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringEvent()")]
MonitoringEvent^ GetMonitoringEvent(
    Guid id
)
[<ObsoleteAttribute("Please use OperationalData.GetMonitoringEvent()")>]
member GetMonitoringEvent : 
        id:Guid -> MonitoringEvent
<ObsoleteAttribute("Please use OperationalData.GetMonitoringEvent()")>
Public Function GetMonitoringEvent (
    id As Guid
) As MonitoringEvent
Parameters
- id 
 Type: System.Guid- The GUID of the event object to get. 
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringEvent
Returns aMonitoringEvent object.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top