com.esri.arcgis.addinframework
Interface esriThreadPoolFlags

All Superinterfaces:
Serializable

public interface esriThreadPoolFlags
extends Serializable

Thread Pool flags.


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