ArcObjects Library Reference (GISClient)  

IServiceUploadsClient.ServiceRegister Method

Instruct the server to reserve space for a new upload item, to be uploaded in parts.

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

[C++]
HRESULT ServiceRegister(
  BSTR itemName,
  BSTR Description,
  IAGSServerObjectName* pTargetService,
  IUploadItem** ppUploadsItem
);
[C++]

Parameters

itemName [in]   itemName is a parameter of type BSTR Description [in]   Description is a parameter of type BSTR pTargetService [in]

  pTargetService is a parameter of type IAGSServerObjectName

ppUploadsItem [out, retval]

  ppUploadsItem is a parameter of type IUploadItem

Product Availability

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

See Also

IServiceUploadsClient Interface