LocalPrintServer.Refresh Method

Definition

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