Function :
CAI_closeConversation
|
This function closes the TCP/IP connection between the user application and the API Gateway.
It frees the AMADEUS system resource used during the established conversation.
- If the Conversation is "Active",
CAI_closeConversation will release both the TCP link to the API Gateway
and the AMADEUS system resource used during the established conversation.
- If the conversation is "passive",
CAI_closeConversation will only release the TCP link between the API Gateway.
It will not free the AMADEUS system resource used during the established conversation.
|
API : Application Programming Interface
|
| Parameter |
In/Out |
Description |
| conversation |
In |
Handle on the conversation.
It represents a channel opened between the user application and the AMADEUS system.
|