This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin2 Interface > IServerObjectAdmin2.ValidateConfiguration Method (ArcObjects .NET 10.4 SDK) |
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