ArcObjects Library Reference (Server)  

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,
  VARIANT_BOOL* success
);
[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 success [out, retval]   success is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWPISilentConfig Interface