ClientMonitoringResponseSettings Class

 

Applies To: Operations Manager for System Center 2012

Allows you to access methods that are used for client monitoring response settings.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.ClientMonitoringResponseSettings

Syntax

public class ClientMonitoringResponseSettings
public ref class ClientMonitoringResponseSettings 
type ClientMonitoringResponseSettings = class end
Public Class ClientMonitoringResponseSettings

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCustomCollectionResponse(MonitoringObject)

Gets a custom collection response for a monitoring object.

System_CAPS_pubmethod GetCustomSolutionResponse(MonitoringObject)

Gets a custom solution response for a monitoring object.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMicrosoftCollectionResponse(MonitoringObject)

Gets a Microsoft collection response for a monitoring object.

System_CAPS_pubmethod GetMicrosoftSolutionResponse(MonitoringObject)

Gets a Microsoft solution response for a monitoring object.

System_CAPS_pubmethod GetSelectedCollectionResponseType(MonitoringObject)

Gets a selected collection response type for a monitoring object.

System_CAPS_pubmethod GetSelectedSolutionResponseType(MonitoringObject)

Gets a selected solution response type for a monitoring object.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetResponse(MonitoringObject, AemResponseType, AemResponseType, String, AemCollectionResponse)

Sets a response for a monitoring object.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace

Return to top