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


IServiceUploadsClient.ServiceRegister Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServiceUploadsClient Interface > IServiceUploadsClient.ServiceRegister Method
ArcGIS Developer Help

IServiceUploadsClient.ServiceRegister Method

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

[Visual Basic .NET]
Public Function ServiceRegister ( _
    ByVal itemName As String, _
    ByVal Description As String, _
    ByVal pTargetService As IAGSServerObjectName _
) As IUploadItem
[C#]
public IUploadItem ServiceRegister (
    string itemName,
    string Description,
    IAGSServerObjectName pTargetService
);
[C++]
HRESULT ServiceRegister(
  BSTR itemName,
  BSTR Description,
  IAGSServerObjectName* pTargetService
);
[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*

Product Availability

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

See Also

IServiceUploadsClient Interface