PrintServer.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 PrintServer object so that each property value matches the corresponding attribute value of the print server that the object represents.
public:
override void Refresh();
public override void Refresh ();
override this.Refresh : unit -> unit
Public Overrides Sub Refresh ()
Exceptions
Some of the properties cannot be refreshed.
Remarks
Any changes that you make to the properties of a PrintServer can be lost when the Refresh method executes. This loss occurs if you did not yet write the changes to the print server that the object represents with Commit.