ServerManager.CommitChanges 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 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.