PrintServer.Commit Method

Definition

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.

Applies to

See also