Publish.DeleteVirtualRoot(String, String, String) 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.
Deletes a SOAP-enabled COM+ application virtual root. Not fully implemented.
public:
virtual 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
override this.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.
Implements
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.