ClientMonitoringResponseSettings.SetResponse(MonitoringObject, AemResponseType, AemResponseType, String, AemCollectionResponse) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
sets response type
public:
void SetResponse(Microsoft::EnterpriseManagement::Monitoring::MonitoringObject ^ monitoringObject, Microsoft::EnterpriseManagement::Monitoring::ClientMonitoring::AemResponseType solutionResponseType, Microsoft::EnterpriseManagement::Monitoring::ClientMonitoring::AemResponseType collectionResponseType, System::String ^ solutionResponse, Microsoft::EnterpriseManagement::Monitoring::ClientMonitoring::AemCollectionResponse ^ collectionResponse);
public void SetResponse (Microsoft.EnterpriseManagement.Monitoring.MonitoringObject monitoringObject, Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemResponseType solutionResponseType, Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemResponseType collectionResponseType, string solutionResponse, Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemCollectionResponse collectionResponse);
member this.SetResponse : Microsoft.EnterpriseManagement.Monitoring.MonitoringObject * Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemResponseType * Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemResponseType * string * Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemCollectionResponse -> unit
Public Sub SetResponse (monitoringObject As MonitoringObject, solutionResponseType As AemResponseType, collectionResponseType As AemResponseType, solutionResponse As String, collectionResponse As AemCollectionResponse)
Parameters
- monitoringObject
- MonitoringObject
WatsonBucket
- solutionResponseType
- AemResponseType
solution response type
- collectionResponseType
- AemResponseType
Collection response type
- solutionResponse
- String
Solution Response
- collectionResponse
- AemCollectionResponse
Collection Response