Remove
Removes a session engine from the Web tier.
The engine can be removed from any state: registered, failed, or unregistered.
The session engine is immediately removed from RegisteredEngines.xml, but pending page requests are allowed to complete.
An error is returned if the session engine is not registered.
Syntax
Remove(<password> As String, <url> As String)
Arguments
<password>
The Web tier registration password. The password is used to prevent unauthorized removal of session engines.
<url>
The URL of the session engine to remove.
See also