com.esri.arcgis.addinframework
Interface esriThreadPoolPriority

All Superinterfaces:
java.io.Serializable

public interface esriThreadPoolPriority
extends java.io.Serializable

Constants from esriThreadPoolPriority' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'

Description: 'Thread Pool priorities.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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