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


IUploadsClient.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadsClient Interface > IUploadsClient.Init Method
ArcGIS Developer Help

IUploadsClient.Init Method

Initializes the uploads client object.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pConn As IAGSServerConnection _
)
[C#]
public void Init (
    IAGSServerConnection pConn
);
[C++]
HRESULT Init(
  IAGSServerConnection* pConn
);
[C++]
Parameters
pConn [in]

pConn is a parameter of type IAGSServerConnection*

Product Availability

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

See Also

IUploadsClient Interface