ADSSession class

Refresh method

The Refresh method rereads all configuration information for the session from the server.

Syntax

 

C++

hr=session->Refresh()

VB

session.Refresh

Remarks

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.