PrintSystemJobInfo.Refresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the properties of the PrintSystemJobInfo object so that their values match the values of the actual print job that the object represents.
public:
override void Refresh();
public override void Refresh ();
override this.Refresh : unit -> unit
Public Overrides Sub Refresh ()
Remarks
Any changes that you make to the properties of a PrintSystemJobInfo object must be written to the actual print job by using the Commit method. Any changes that you have not committed are lost when the Refresh method runs.
If you derive a class from PrintSystemJobInfo that has additional properties, then you must override the Refresh method with an implementation of your own.