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


IWPISilentConfig.Configure Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IW > IWPISilentConfig Interface > IWPISilentConfig.Configure Method
ArcGIS Developer Help

IWPISilentConfig.Configure Method

Configures the server post install with the specified server name, instance name, SOM name and name and domain of user with which the webservices authenticate against the SOM.

[Visual Basic .NET]
Public Function Configure ( _
    ByVal WebServerName As String, _
    ByVal instanceName As String, _
    ByVal computerName As String, _
    ByVal UserName As String, _
    ByVal userPass As String, _
    ByVal DomainName As String, _
    ByVal port As String _
) As Boolean
[C#]
public bool Configure (
    string WebServerName,
    string instanceName,
    string computerName,
    string UserName,
    string userPass,
    string DomainName,
    string port
);
[C++]
HRESULT Configure(
  BSTR WebServerName,
  BSTR instanceName,
  BSTR computerName,
  BSTR UserName,
  BSTR userPass,
  BSTR DomainName,
  BSTR port
);
[C++]
Parameters
WebServerName [in]

WebServerName is a parameter of type BSTR instanceName [in]
instanceName is a parameter of type BSTR computerName [in]
computerName is a parameter of type BSTR UserName [in]
UserName is a parameter of type BSTR userPass [in]
userPass is a parameter of type BSTR DomainName [in]
DomainName is a parameter of type BSTR port [in]
port is a parameter of type BSTR

Product Availability

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

See Also

IWPISilentConfig Interface