<div class="content" name="IAppHostWritableAdminManager" uuid="57fad7c1-87c5-4a72-9feb-3fd00a327a75"><p>The IAppHostWritableAdminManager <a href="4e36e522-a35d-4fec-bc9c-6ed14d49d5ca#gt_95913fbd-3262-47ae-b5eb-18e6806824b9" data-linktype="relative-path">interface</a> provides methods
that access a writable version of an administration system. It extends the <a href="0d8b3e85-b028-42a1-a373-3fbb8be6e57e" data-linktype="relative-path">IAppHostAdminManager</a>,
which is a read-only interface. The IAppHostWritableAdminManager adds methods
to allow writing to the administration system, the most important of which is
the CommitChanges method, which instructs the administration system to persist
any in-memory changes that it has accumulated.</p><p>The IAppHostWritableAdminManager interface inherits opnums
0–6 from the IAppHostAdminManager interface, as defined in this protocol
specification and the <a href="../ms-dcom/2b4db106-fb79-4a67-b45f-63654f19c54c" data-linktype="relative-path">IUnknown</a>
interface.</p><p>Methods in RPC Opnum Order</p><table><thead>
  <tr>
   <th>
   <p>Method</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>CommitChanges</td>
  <td>Opnum: 7</td>
 </tr><tr>
  <td>CommitPath</td>
  <td>&#34;getter&#34; Opnum: 8</td>
 </tr><tr>
  <td>CommitPath</td>
  <td>&#34;setter&#34; Opnum: 9</td>
 </tr></tbody></table><p> </p></div>