Deletes a server object configuration from the GIS server.
[Visual Basic 6.0] Sub DeleteConfiguration(
ByVal Name As String, _
ByVal TypeName As String _
)
[Visual Basic .NET] Public Sub DeleteConfiguration ( _ ByVal Name As String, _ ByVal TypeName As String _ )
[C#] public void DeleteConfiguration ( string Name, string TypeName );
[Java] public void deleteConfiguration ( String Name, String TypeName ) throws IOException, AutomationException
[C++]
HRESULT DeleteConfiguration(
BSTR Name,
BSTR TypeName
);
Parameters
Name [in]
Name is a parameter of type BSTR
TypeName [in]
TypeName is a parameter of type BSTR
Use DeleteConfiguration to delete a server object configuration from you GIS Server. Note, in order to call DeleteConfiguration, the server object configuration must be stopped. If it is not stopped, then DeleteConfiguration will return an error.