Share via


DeleteServiceConfig Method

Deletes configuration information for the specified resource.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
Public Sub DeleteServiceConfig ( _
    bstrResourceName As String _
)
'Usage
Dim instance As GlobalConfigFreeThreaded
Dim bstrResourceName As String

instance.DeleteServiceConfig(bstrResourceName)
public void DeleteServiceConfig(
    string bstrResourceName
)
public:
virtual void DeleteServiceConfig(
    String^ bstrResourceName
) sealed
public final function DeleteServiceConfig(
    bstrResourceName : String
)

Parameters

  • bstrResourceName
    Type: System..::.String
    The name of the resource configuration object to delete.

Implements

IGlobalConfig..::.DeleteServiceConfig(String)

Remarks

Implements IGlobalConfig.DeleteServiceConfig (DeleteServiceConfig).

Deletes the specified resource, and deletes the Administration database association that links this resource to the site instance.

The Initialize method must be called before this method can be called.

Permissions

See Also

Reference

GlobalConfigFreeThreaded Class

GlobalConfigFreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace