3.6.5.8.2.1 RaiseNotifications
This element specifies input values for the RaiseNotifications operation.
-
<xs:element name="RaiseNotifications"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="newNotificationListChunk" nillable="true" type="xs:base64Binary" /> <xs:element minOccurs="0" name="moreData" type="xs:boolean" /> </xs:sequence> </xs:complexType> </xs:element>
newNotificationListChunk: A BASE64 binary that contains the persistent notifications to be raised, in serialized and chunked format.
moreData: A Boolean where True indicates that there are more chunks coming; otherwise, the value is FALSE.