ArcObjects Library Reference (GISClient)  

IServiceUploadsClient.ServiceUploadPart Method

Uploads a part for the upload item.

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

[C++]
HRESULT ServiceUploadPart(
  IUploadItem* pUploadItem,
  BSTR file,
  long uploadPartNumber,
  Unsigned 64-bit int offset,
  long bytesToWrite,
  IAGSServerObjectName* pTargetService
);
[C++]

Parameters

pUploadItem [in]

  pUploadItem is a parameter of type IUploadItem

file [in]   file is a parameter of type BSTR uploadPartNumber [in]   uploadPartNumber is a parameter of type long offset [in]   offset is a parameter of type Unsigned 64-bit int bytesToWrite [in]   bytesToWrite is a parameter of type long pTargetService [in]

  pTargetService is a parameter of type IAGSServerObjectName

Product Availability

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

See Also

IServiceUploadsClient Interface