ServerManager.CommitChanges Method

Definition

Commits changes to the IIS 7 configuration system.

public:
 void CommitChanges();
public void CommitChanges ();
member this.CommitChanges : unit -> unit
Public Sub CommitChanges ()

Remarks

Configuration changes that are made by using API elements of the IIS 7 SDK are not written to the configuration system until the CommitChanges method is called.

Applies to