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> |
|||||
|
|||||
</pollRequest> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This method can be invoked on a connection. If there is a new alert
</xsd:documentation>
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:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:element minOccurs="0" name="parkInterval" type="xsd:string">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
The unit of time specified for the
</xsd:documentation>
<b>parkInterval</b>
is milliseconds.
</xsd:element>
|
Type: |
xsd:string, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The unit of time specified for the
</xsd:documentation>
<b>parkInterval</b>
is milliseconds.
</xsd:element>
|