3.10.5.2.2.1 RaiseOperationInvokeEvent

This element specifies input values for the RaiseOperationInvoke operation.

 <xs:element name="RaiseOperationInvokeEvent">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="operationName" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="result" nillable="true" type="xs:anyType" />
       <xs:element minOccurs="0" name="errorException" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/System" type="q1:Exception" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

operationName: A string that contains the name of the operation.

result: A value that indicates the result of the operation.

errorException: A value of type Exception (section 2.2.4.11.3) that describes any exception thrown in the operation, if there is any; otherwise, this value is null.