PrintServer.Commit 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.
Commits any changes that your program made to the properties of the print server object by writing them to the print server that the object represents.
public:
override void Commit();
public override void Commit ();
override this.Commit : unit -> unit
Public Overrides Sub Commit ()
Exceptions
Some of the properties are not committed.
Some of the properties could not be committed.
-or-
The PrintServer object was not created with sufficient rights.
Remarks
The method requires that the PrintServer object be created with AdministrateServer rights.