This document is archived and information here might be outdated.  Recommended version.


IServiceUploadsClient.ServiceDelete Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServiceUploadsClient Interface > IServiceUploadsClient.ServiceDelete Method
ArcGIS Developer Help

IServiceUploadsClient.ServiceDelete Method

Deletes the upload item.

[Visual Basic .NET]
Public Sub ServiceDelete ( _
    ByVal pUploadItem As IUploadItem, _
    ByVal pTargetService As IAGSServerObjectName _
)
[C#]
public void ServiceDelete (
    IUploadItem pUploadItem,
    IAGSServerObjectName pTargetService
);
[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