<div class="content" name="Pause" uuid="9ea94442-f6c1-4784-b774-bd4c6894a662"><p>On the IWbemBackupRestoreEx::Pause method invocation, the
server MUST set the <b>IsServerPaused</b> flag to True and MUST persist the <a href="6837a7cb-ba2d-46b1-802c-fce2fd5a6ad6#gt_a99173af-90bf-473d-9a81-ff0ce9a85838" data-linktype="relative-path">CIM</a> database in a
consistent state.</p><dl>
<dd>
<div><pre> HRESULT Pause();
</pre></div>
</dd></dl><p>This method has no parameters.</p><p><b>Return Values: </b>This method MUST return an <a href="../ms-erref/0642cb2f-2075-4469-918c-4441e69c548a" data-linktype="relative-path">HRESULT</a>
value that MUST indicate the status of the method call. The server MUST return
WBEM_S_NO_ERROR (specified in section <a href="a2899649-a5a3-4b13-9ffa-d8394dcdac63" data-linktype="relative-path">2.2.11</a>) to indicate the
successful completion of the method.</p><dl>
<dd>
<p>If Pause is called and the <b>IsServerPaused</b>
flag is set to True, the server MUST return WBEM_E_INVALID_OPERATION. In case
of any other failure, the server MUST return an HRESULT whose S (severity) bit
is set as specified in <a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a>
section 2.1. The actual HRESULT value is implementation dependent.</p>
</dd>
<dd>
<p><b>WBEM_S_NO_ERROR</b> (0x00)</p>
</dd></dl><p>The IWbemBackupRestoreEx::Pause method MUST be called on the
interface that is obtained from the DCOM Remote Protocol <a href="6837a7cb-ba2d-46b1-802c-fce2fd5a6ad6#gt_a1710eb6-236d-435e-a3c9-1672d28ab367" data-linktype="relative-path">activation</a> of the
CLSID_WbemBackupRestore interface, as specified in this section.</p><p>The server MUST NOT reset the backup timer if Pause is
called multiple times while the <b>IsServerPaused</b> flag is set to True.</p></div>