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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.