Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the next index for the given topic relative to the last call to "async/poll".
This call is useful when switching from calling "async/poll" (with a managed index) to calling "async/pollByIndex" where the index is managed by the user.
The result value can be used as value for parameter "index" in a follow-up call to "async/pollByIndex".

Available from

v9

Example body

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:asyncGetNextIndex>
            <topic>queue</topic>
        </ecm:asyncGetNextIndex>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels