PrintSystemJobInfo.Refresh Method

Definition

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.

Applies to

See also