Abandon Method
Asks the server to abandon a request.
Object Oriented Interface
public function doAbandon($messageid);
Procedural Interface
ipworks_ldap_do_abandon($res, $messageid);
Remarks
This method asks the server to abandon the request specified by MessageId. The result of the operation is returned via the Result event.