This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServiceUploadsClient Interface > IServiceUploadsClient.ServiceGetPartNumbers Method (ArcObjects .NET 10.4 SDK) |
Returns the numbers of the parts that have already been uploaded for the upload item.
[Visual Basic .NET] Public Function ServiceGetPartNumbers ( _ ByVal pUploadItem As IUploadItem, _ ByVal pTargetService As IAGSServerObjectName _ ) As ILongArray
[C#] public ILongArray ServiceGetPartNumbers ( IUploadItem pUploadItem, IAGSServerObjectName pTargetService );
[C++]
HRESULT ServiceGetPartNumbers(
IUploadItem* pUploadItem,
IAGSServerObjectName* pTargetService,
ILongArray** ppPartNumbers
);
[C++]
Parameters pUploadItem [in]
pUploadItem is a parameter of type IUploadItem pTargetService [in]
pTargetService is a parameter of type IAGSServerObjectName ppPartNumbers [out, retval]
ppPartNumbers is a parameter of type ILongArray