com.esri.arcgis.geoprocessing
Interface IGPJobServerExe
- All Superinterfaces: 
- Serializable
- All Known Implementing Classes: 
- GPJobServer
- public interface IGPJobServerExe 
- extends Serializable
Provides access to the properties/methods of the gp job server.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
handleBinaryRequest
byte[] handleBinaryRequest(byte[] request,
                           ITrackCancel pTrackCancel)
                           throws IOException,
                                  AutomationException
- Executes the server request and returns the server response.
  Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- 
 
- 
- Parameters:
- request- An unsigned byte  (in)
- pTrackCancel- A reference to a com.esri.arcgis.system.ITrackCancel  (in)
- Returns:
- An unsigned byte
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.