com.esri.arcgis.gisclient
Interface IServiceUploader
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- Uploader
public interface IServiceUploader
- extends Serializable
Provides access to properties and members of the Uploader object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
serviceUploadFile
IUploadItem serviceUploadFile(String file,
String description,
IAGSServerObjectName pTargetService,
ITrackCancel pTrackCancel)
throws IOException,
AutomationException
- .
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
file
- The file (in)description
- The description (in)pTargetService
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
- Returns:
- A reference to a com.esri.arcgis.gisclient.IUploadItem
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.