element <pollRequest> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in myalerts.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<pollRequest>
   
Content: 
</pollRequest>
Content model elements (1):
parkInterval (type xsd:string)
Annotation
This method can be invoked on a connection. If there is a new alert in the buffer stream, it will be returned in the pollResponse message. The <b>pollRequest</b> will immediately return a response about whether there is a pending alert. However, if the optional <b>parkInterval</b> element is specified, then the response can take up to parkInterval milliseconds before returning when there are no new alerts in the buffer stream.
XML Source (see within schema source)
<xsd:element name="pollRequest">
<xsd:annotation>
<xsd:documentation>
This method can be invoked on a connection. If there is a new alert
in the buffer stream, it will be returned in the pollResponse message. The
<b>pollRequest</b>
will immediately return a response about whether there is a pending alert.
However, if the optional
<b>parkInterval</b>
element is specified, then the response can take
up to parkInterval milliseconds before returning when there are no new alerts
in the buffer stream.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="parkInterval" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The unit of time specified for the
<b>parkInterval</b>
is milliseconds.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 1/1)
parkInterval
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) pollRequest element
The unit of time specified for the <b>parkInterval</b> is milliseconds.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="parkInterval" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The unit of time specified for the
<b>parkInterval</b>
is milliseconds.
</xsd:documentation>
</xsd:annotation>
</xsd:element>