ADSSession class
The Save method saves all jobs for the session to the server.
C++ |
hr=session->Save() |
VB |
session.Save |
Changes made to the session (adding jobs, deleting jobs, modifying jobs) are not saved to the server until the Save method is called. When the method is called, the changes become visible to other clients, and the server begins executing new and changed jobs as appropriate.