CLEANUP

Used in

Application Server RESPONSE  

Parent elements

SERVICE 

Syntax

<CLEANUPAttribute Description Table
     (r)interval="integer"
>

     No Child Elements
</CLEANUP >
(r): Attribute or child element is required.

Description

Interval for ArcIMS Tasker to delete ArcIMS-generated files in the Output directory.

Attribute Descriptions for CLEANUP

AttributeUsage
intervalInterval for the number of minutes between the deletion of map image files from the Output directory.
Back to top 

Examples for CLEANUP

<?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>

Back to top