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.

C#
public override void 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

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also