ISoapServerVRoot.DeleteVirtualRootEx(String, String, String) Method

Definition

Deletes a virtual root. Not fully implemented.

public:
 void DeleteVirtualRootEx(System::String ^ rootWebServer, System::String ^ baseUrl, System::String ^ virtualRoot);
public void DeleteVirtualRootEx (string rootWebServer, string baseUrl, string virtualRoot);
abstract member DeleteVirtualRootEx : string * string * string -> unit
Public Sub DeleteVirtualRootEx (rootWebServer As String, baseUrl As String, virtualRoot As String)

Parameters

rootWebServer
String

The root Web server.

baseUrl
String

The base URL that contains the virtual root.

virtualRoot
String

The name of the virtual root.

Exceptions

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

The SOAP utility is not available.

The call to identify the system directory failed.

Remarks

The functionality to delete a virtual root is not currently available in the implementation of this interface. The implementation returns without deleting the root.

Applies to