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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.