SoapServerTlb.DeleteServerTlb Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes entries for a server type library from the Web.config and Default.disco files, depending on security options.
public:
virtual void DeleteServerTlb(System::String ^ progId, System::String ^ classId, System::String ^ interfaceId, System::String ^ srcTlbPath, System::String ^ rootWebServer, System::String ^ baseUrl, System::String ^ virtualRoot, System::String ^ operation, System::String ^ assemblyName, System::String ^ typeName);
public void DeleteServerTlb (string progId, string classId, string interfaceId, string srcTlbPath, string rootWebServer, string baseUrl, string virtualRoot, string operation, string assemblyName, string typeName);
abstract member DeleteServerTlb : string * string * string * string * string * string * string * string * string * string -> unit
override this.DeleteServerTlb : string * string * string * string * string * string * string * string * string * string -> unit
Public Sub DeleteServerTlb (progId As String, classId As String, interfaceId As String, srcTlbPath As String, rootWebServer As String, baseUrl As String, virtualRoot As String, operation As String, assemblyName As String, typeName As String)
Parameters
- progId
- String
The programmatic identifier of the class.
- classId
- String
The class identifier (CLSID) for the type library.
- interfaceId
- String
The IID for the type library.
- srcTlbPath
- String
The path for the file containing the type library.
- rootWebServer
- String
The root Web server.
- baseUrl
- String
The base URL that contains the virtual root.
- virtualRoot
- String
The name of the virtual root.
- operation
- String
Not used. Specify null
for this parameter.
- assemblyName
- String
The name of the assembly.
- typeName
- String
The type of the assembly.
Implements
Exceptions
A caller in the call chain does not have permission to access unmanaged code.
The SOAP utility is not available.