ADSSession class
The Refresh method rereads all configuration information for the session from the server.
C++ |
hr=session->Refresh() |
VB |
session.Refresh |
Call Refresh to ensure that your session reflects the current state of the Scheduler service. For more information, see the general remarks for the ADSSession class.
Calling Refresh will invalidate any jobs currently held by the client program. You should therefore release all jobs before calling Refresh.