+ Reply to Thread
Results 1 to 1 of 1

Thread: Use SoamFactory::uninitialize() with caution

  1. #1
    Young's Avatar
    Young is offline Junior Member
    Join Date
    March 5th, 2008
    Location
    Toronto, Canada
    Posts
    58
    Blog Entries
    1
    Downloads
    7
    Uploads
    0

    Default Use SoamFactory::uninitialize() with caution

    Caution when Un-initializing the API.

    The uninitialize() method should be called at the end of all API calls. It should be called only once. This means that once uninitialize(...) is called no other API calls are possible for the life of the process.

    ** NOTE : Never call uninitialize(...) during the execution of a callback method. This will result in a deadlock.

    For more information about using the Symphony API, refer to Symphony Developer Knowledge Center
    Last edited by Ajith; July 21st, 2008 at 03:54 PM.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts