Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Connection : tibemsConnection : tibemsConnection_CreateSession

tibemsConnection_CreateSession
Function
Purpose
Create a session object.
C Declaration
tibems_status tibemsConnection_CreateSession(
    tibemsConnection connection,
    tibemsSession* session,
    tibems_bool transacted,
    tibemsAcknowledgeMode acknowledgeMode );
COBOL Call
CALL "tibemsConnection_CreateSession"
USING BY VALUE connection,
BY REFERENCE session,
BY VALUE transacted,
BY VALUE acknowledgeMode,
RETURNING tibems-status
END-CALL.
 
connection and session have usage pointer.
Parameters
 
Remarks
The new session uses the connection for all server communications.
See Also
tibemsMsg_Acknowledge on page 24
tibemsSession on page 292
tibemsAcknowledgeMode on page 322

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved