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 -> unit
Public 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.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.