Function :
 CAI_closeConversationFromFactory


Description

The close conversation from factory mechanism is similar to the standard CAI_closeConversation mechanism except that the current TCP/IP connection is kept open in the factory and reused in any subsequent transactions.

 
API : Application Programming Interface

CaiErr	CAI_closeConversationFromFactory(
		CAI_ConversationFactory 
		CAI_Conversation

*io_factory,
**io_conversation);

 

Field Descriptions

Parameter In/Out Description
io_factory In/Out A pointer to the current factory.
io_conversation In/Out A reference to a pointer to the conversation that is to be closed.