ArcObjects Library Reference (GISClient)  

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