asynchReply

Defines the properties of all asynchronous responses returned by a service.

References

Used by the following method return values:

Properties

This class has the following properties.

details

Contains the detailed reply information from the service.

This property

  • is an array of type bibus » asynchDetail

    is encoded as type tns:asynchDetailArray

  • is read-only

primaryRequest

Returns the request that initiated the asynchronous conversation. The request may be updated by the server to facilitate processing on a different server.

Normally this property is only returned when the status property is complete to improve performance and reduce network load. The option alwaysIncludePrimaryRequest can be used to force this value to be returned.

This property

secondaryRequests

Contains the secondary requests that are available for processing as part of the asynchronous conversation.

This property

status

Specifies the status of the last request sent to the server for the asynchronous conversation.

This property