3.3.5.1.2.1 RaiseAlertCompleted
This element specifies input values for the RaiseAlertCompleted operation.
-
<xs:element name="RaiseAlertCompleted"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="alertInfo" nillable="true" xmlns:q5="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" type="q5:AlertInfo" /> <xs:element minOccurs="0" name="errMessage" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element>
alertInfo: An AlertInfo (section 2.2.4.3.2) complex type that contains the alert information.
errMessage: A string that contains any error received when raising an alert.