Method EndSession
EndSession()
Frees the memory space allocated previously by the StartSession or StartSessionFromCallParams function.
Declaration
public void EndSession()
Remarks
The sessions associated with the Appli objects are destroyed automatically at the time of the destruction of these objects.
Therefore, the EndSession function has utility only if several sessions are successively created then destroyed during the life of an Appli object.