Purchase your Section 508 Compliance Support guide now!

Purchase your Section 508 Compliance Support guide now!

Cognos SDK Secondary Requests

Each time you call an asynchronous method, the set of methods that you can use as secondary
requests is returned in property secondaryRequests of class asynchReply. Which methods are
included depends on property status of class asynchReply. The following table lists valid
secondary requests for all methods that return a value of class asynchReply.

Status Secondary requests
complete method release (conversation)
conversationComplete no additional requests are possible
stillWorking method cancel (conversation)
method wait (conversation, parameterValues, options)
working method cancel (conversation)
method wait (conversation, parameterValues, options)


When property status of class asynchReply is complete, the report service may return
additional secondary requests, depending on the report status. The report status is stored as
property status of class asynchDetailReportStatus. An instance of this class may be returned in
property details of class asynchReply.