ADSSession class

Save method

The Save method saves all jobs for the session to the server.

Syntax

 

C++

hr=session->Save()

VB

session.Save

Remarks

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.