CLEANUP  Examples

Used in:  Application Server RESPONSE  
Parent elements:  SERVICE  

<CLEANUP Attribute Description Table

     interval ="integer"
>

     No Child Elements
</CLEANUP >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for CLEANUP:

Attribute Usage Back to Top
interval Interval for the number of minutes between the deletion of map image files from the Output directory.
 

Examples for CLEANUP:

Example 1: Back to Top
<?xml version="1.0"?>
<ARCXML version="1.1">
  <RESPONSE>
    <SERVICES>
      <SERVICE name="europe" servicegroup="ImageServer1" access="PUBLIC" type="ImageServer" version=""  status="ENABLED" >
        <IMAGE type="JPG" />
        <ENVIRONMENT>
          <LOCALE country="US" language="en" variant="" />
          <UIFONT name="Arial" />
        </ENVIRONMENT>
        <CLEANUP interval="10" />
      </SERVICE>
    </SERVICES>
  </RESPONSE>
</ARCXML>