This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAdminUploadsClient Interface > IAdminUploadsClient.AdminUploadPart Method (ArcObjects .NET 10.5 SDK) |
Uploads a part for the upload item.
[Visual Basic .NET] Public Sub AdminUploadPart ( _ ByVal pUploadItem As IUploadItem, _ ByVal file As String, _ ByVal uploadPartNumber As Integer, _ ByVal offset As Long, _ ByVal bytesToWrite As Integer _ )
[C#] public void AdminUploadPart ( IUploadItem pUploadItem, string file, int uploadPartNumber, ulong offset, int bytesToWrite );
[C++]
HRESULT AdminUploadPart(
IUploadItem* pUploadItem,
BSTR file,
long uploadPartNumber,
Unsigned 64-bit int offset,
long bytesToWrite
);
[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