Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetStreamingEventsResponseMessageType complex type specifies the status and result of a single GetStreamingEvents operation request.<1> The GetStreamingEventsResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="GetStreamingEventsResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="Notifications" type="t:NonEmptyArrayOfNotificationsType" minOccurs="0" /> <xs:element name="ErrorSubscriptionIds" type="t:NonEmptyArrayOfSubscriptionIdsType" minOccurs="0" /> <xs:element name="ConnectionStatus" type="t:ConnectionStatusType" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the GetStreamingEventsResponseMessageType complex type.
Element name |
Type |
Description |
---|---|---|
Notifications |
NonEmptyArrayOfNotificationsType (section 3.1.4.2.3.5) |
Specifies a list of information about the subscription and the events that have occurred since the last notification. |
ErrorSubscriptionIds |
NonEmptyArrayOfSubscriptionIdsType (section 3.1.4.2.3.4) |
Specifies a list of subscription IDs that are invalid. |
ConnectionStatus |
ConnectionStatusType (section 3.1.4.2.4.2) |
Specifies a text description of the status of a streaming subscription. |