Share via


PartialMonitoringEventReader.GetPartialMonitoringEvent Method ()

 

Applies To: Operations Manager for System Center 2012

Returns a dictionary object that contains key/value pairs where each key is a MonitoringEventProperty object and each value is the value of that property

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

Syntax

public IDictionary<MonitoringEventProperty, object> GetPartialMonitoringEvent()
public:
IDictionary<MonitoringEventProperty^, Object^>^ GetPartialMonitoringEvent()
member GetPartialMonitoringEvent : unit -> IDictionary<MonitoringEventProperty, Object>
Public Function GetPartialMonitoringEvent As IDictionary(Of MonitoringEventProperty, Object)

Return Value

Type: System.Collections.Generic.IDictionary<MonitoringEventProperty, Object>

Returns a IDictionary<TKey, TValue> object.

See Also

PartialMonitoringEventReader Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top