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


IServerInit.InitPrivateServer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerInit Interface > IServerInit.InitPrivateServer Method
ArcGIS Developer Help

IServerInit.InitPrivateServer Method

Initializes Private Server.

[Visual Basic .NET]
Public Sub InitPrivateServer ( _
    ByVal dir As String _
)
[C#]
public void InitPrivateServer (
    string dir
);
[C++]
HRESULT InitPrivateServer(
  BSTR dir
);
[C++]
Parameters
dir [in]

dir is a parameter of type BSTR

Product Availability

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

See Also

IServerInit Interface