IComSoapPublisher.DeleteVirtualRoot(String, String, String) Method

Definition

Deletes a SOAP-enabled COM+ application virtual root. Not fully implemented.

public:
 void DeleteVirtualRoot(System::String ^ RootWebServer, System::String ^ FullUrl, [Runtime::InteropServices::Out] System::String ^ % Error);
public void DeleteVirtualRoot (string RootWebServer, string FullUrl, out string Error);
abstract member DeleteVirtualRoot : string * string * string -> unit
Public Sub DeleteVirtualRoot (RootWebServer As String, FullUrl As String, ByRef Error As String)

Parameters

RootWebServer
String

The root Web server.

FullUrl
String

The complete URL address for the virtual root.

Error
String

When this method returns, this parameter contains an error message if a problem was encountered.

Exceptions

A caller in the call chain does not have permission to access unmanaged code.

Remarks

The functionality for DeleteVirtualRoot is not yet available.

Caution

The method currently returns without an error, but the virtual root is not deleted.

When the functionality becomes available, the recommended method will be DeleteVirtualRootEx.

Applies to