com.esri.arcgis.addinframework
Interface esriThreadPoolPriority

All Superinterfaces:
Serializable

public interface esriThreadPoolPriority
extends Serializable

Thread Pool priorities.


Field Summary
static int esriPoolPriorityBackground
          The threads within the pool operate at a background priority.
static int esriPoolPriorityNormal
          The threads within the pool operate at normal priority.
 

Field Detail

esriPoolPriorityBackground

static final int esriPoolPriorityBackground
The threads within the pool operate at a background priority.

See Also:
Constant Field Values

esriPoolPriorityNormal

static final int esriPoolPriorityNormal
The threads within the pool operate at normal priority.

See Also:
Constant Field Values