LocalPrintServer.Refresh Method

Definition

Updates the properties of the LocalPrintServer object so that their values match the values of the print server that the object represents.

public override sealed void Refresh ();

Exceptions

Some properties did not update.

Remarks

Any changes that you make to LocalPrintServer properties that are not written to the print server by using the Commit method are lost when Refresh runs.

Applies to

Produkt Versjoner
.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

See also