com.esri.arcgis.geoprocessing
Interface IGPServerTrackCancel2

All Superinterfaces:
IGPServerTrackCancel, Serializable
All Known Implementing Classes:
GPServerTrackCancel

public interface IGPServerTrackCancel2
extends IGPServerTrackCancel, Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getMessageLevel()
          The message level.
 void setMessageLevel(int messageLevel)
          The message level.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPServerTrackCancel
getJobMessages, init
 

Method Detail

getMessageLevel

int getMessageLevel()
                    throws IOException,
                           AutomationException
The message level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.system.esriJobMessageType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessageLevel

void setMessageLevel(int messageLevel)
                     throws IOException,
                            AutomationException
The message level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
messageLevel - A com.esri.arcgis.system.esriJobMessageType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.