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


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

IServerObjectAdmin2.ValidateConfiguration Method

Validates server object configuration.

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

Name is a parameter of type BSTR TypeName [in]
TypeName is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectAdmin2 Interface