Class   XmlrpcServer          
               
Name   remove()          
                       
Examples  
// see the examples in the home page
     
                       
Description   Removes a handler object that was previously registered with this server.      
                       
Syntax  
server.remove(name)
                       
Parameters   server

name
  any variable of type XmlrpcServer

String: handler name
 
                       
Usage   Application