3.1.4.3.3.5 t:PullSubscriptionRequestType Complex Type
The PullSubscriptionRequestType complex type specifies a subscription to a pull-based event notification subscription. The PullSubscriptionRequestType complex type extends the BaseSubscriptionRequestType complex type, as specified in section 3.1.4.3.3.3.
-
<xs:complexType name="PullSubscriptionRequestType"> <xs:complexContent> <xs:extension base="t:BaseSubscriptionRequestType" > <xs:sequence> <xs:element name="Timeout" type="t:SubscriptionTimeoutType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the PullSubscriptionRequestType complex type.
Element name |
Type |
Description |
---|---|---|
Timeout |
t:SubscriptionTimeoutType (section 3.1.4.3.4.2) |
Specifies the amount of time, in minutes, that a subscription can remain idle without a GetEvents request from the client. |