This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPrivateServerObjectLANProxy Interface > IPrivateServerObjectLANProxy.Init Method (ArcObjects .NET 10.5 SDK) |
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 VARIANT_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