Sets a response for a monitoring object.
Namespace:
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ClientMonitoringResponseSettings Dim monitoringObject As MonitoringObject Dim solutionResponseType As AemResponseType Dim collectionResponseType As AemResponseType Dim solutionResponse As String Dim collectionResponse As AemCollectionResponse instance.SetResponse(monitoringObject, solutionResponseType, collectionResponseType, solutionResponse, collectionResponse)Public Sub SetResponse ( _ monitoringObject As MonitoringObject, _ solutionResponseType As AemResponseType, _ collectionResponseType As AemResponseType, _ solutionResponse As String, _ collectionResponse As AemCollectionResponse _ )public void SetResponse ( MonitoringObject monitoringObject, AemResponseType solutionResponseType, AemResponseType collectionResponseType, string solutionResponse, AemCollectionResponse collectionResponse )public: void SetResponse ( MonitoringObject^ monitoringObject, AemResponseType solutionResponseType, AemResponseType collectionResponseType, String^ solutionResponse, AemCollectionResponse^ collectionResponse )public void SetResponse ( MonitoringObject monitoringObject, AemResponseType solutionResponseType, AemResponseType collectionResponseType, String solutionResponse, AemCollectionResponse collectionResponse )public function SetResponse ( monitoringObject : MonitoringObject, solutionResponseType : AemResponseType, collectionResponseType : AemResponseType, solutionResponse : String, collectionResponse : AemCollectionResponse )ParametersmonitoringObjectThe monitoring object.solutionResponseTypeThe solution response type.collectionResponseTypeThe collection response type.solutionResponseThe solution response URL.collectionResponseThe collection response to set.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ClientMonitoringResponseSettings Dim monitoringObject As MonitoringObject Dim solutionResponseType As AemResponseType Dim collectionResponseType As AemResponseType Dim solutionResponse As String Dim collectionResponse As AemCollectionResponse instance.SetResponse(monitoringObject, solutionResponseType, collectionResponseType, solutionResponse, collectionResponse)Public Sub SetResponse ( _ monitoringObject As MonitoringObject, _ solutionResponseType As AemResponseType, _ collectionResponseType As AemResponseType, _ solutionResponse As String, _ collectionResponse As AemCollectionResponse _ )public void SetResponse ( MonitoringObject monitoringObject, AemResponseType solutionResponseType, AemResponseType collectionResponseType, string solutionResponse, AemCollectionResponse collectionResponse )public: void SetResponse ( MonitoringObject^ monitoringObject, AemResponseType solutionResponseType, AemResponseType collectionResponseType, String^ solutionResponse, AemCollectionResponse^ collectionResponse )public void SetResponse ( MonitoringObject monitoringObject, AemResponseType solutionResponseType, AemResponseType collectionResponseType, String solutionResponse, AemCollectionResponse collectionResponse )public function SetResponse ( monitoringObject : MonitoringObject, solutionResponseType : AemResponseType, collectionResponseType : AemResponseType, solutionResponse : String, collectionResponse : AemCollectionResponse )ParametersmonitoringObjectThe monitoring object.solutionResponseTypeThe solution response type.collectionResponseTypeThe collection response type.solutionResponseThe solution response URL.collectionResponseThe collection response to set.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.