LocalPrintServer.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 LocalPrintServer object so that their values match the values of the print server that the object represents.
public:
 override void Refresh();public override sealed void Refresh();override this.Refresh : unit -> unitPublic Overrides NotOverridable Sub 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.