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 1 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="world_image" servicegroup="ImageServer1" access="PUBLIC" type="ImageServer" desc=""  status="ENABLED" >
      <ENVIRONMENT>
        <LOCALE country="US" language="en" />
        <UIFONT name="Arial" />
      </ENVIRONMENT>
      <CLEANUP interval="20" />
    </SERVICE>
  </SERVICES>
</RESPONSE>
</ARCXML>