com.esri.arcgis.addinframework
Interface esriThreadPoolFlags

All Superinterfaces:
java.io.Serializable

public interface esriThreadPoolFlags
extends java.io.Serializable

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

Description: 'Thread Pool flags.' 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 esriPoolFlagNormal
          The pool operates in default mode.
static int esriPoolFlagUpdateOnWorker
          Disables GUI thread updates.
 

Field Detail

esriPoolFlagNormal

static final int esriPoolFlagNormal
The pool operates in default mode.

See Also:
Constant Field Values

esriPoolFlagUpdateOnWorker

static final int esriPoolFlagUpdateOnWorker
Disables GUI thread updates. OnUpdate will not be called on the pool.

See Also:
Constant Field Values