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


IImageServerObjectLANProxy.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerObjectLANProxy Interface > IImageServerObjectLANProxy.Init Method
ArcGIS Developer Help

IImageServerObjectLANProxy.Init Method

Initializes using a private server.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal isPooled As Boolean, _
    ByVal Name As String, _
    ByVal pServer As IServer, _
    ByVal namespace2Use As String _
)
[C#]
public void Init (
    bool isPooled,
    string Name,
    IServer pServer,
    string namespace2Use
);
[C++]
HRESULT Init(
  VARIANT_BOOL isPooled,
  BSTR Name,
  IServer* pServer,
  BSTR namespace2Use
);
[C++]
Parameters
isPooled [in]

isPooled is a parameter of type bool Name [in]
Name is a parameter of type BSTR pServer [in]
pServer is a parameter of type IServer* namespace2Use [in]
namespace2Use is a parameter of type BSTR

Product Availability

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

See Also

IImageServerObjectLANProxy Interface