PrintServer.Refresh Method

Definition

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.

Applies to

See also