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


IServiceUploadsClient.ServiceGetPartNumbers Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

IServiceUploadsClient.ServiceGetPartNumbers Method

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
);
[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