ArcObjects Library Reference (GISClient)  

IServiceUploadsClient.ServiceDelete Method

Deletes the upload item.

ERROR: Syntax information about IServiceUploadsClient.ServiceDelete may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GISClient.dll

[C++]
HRESULT ServiceDelete(
  IUploadItem* pUploadItem,
  IAGSServerObjectName* pTargetService
);
[C++]

Parameters

pUploadItem [in]

  pUploadItem is a parameter of type IUploadItem

pTargetService [in]

  pTargetService is a parameter of type IAGSServerObjectName

Product Availability

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

See Also

IServiceUploadsClient Interface