removeServiceByID
Removes the service with the specified ID.
Syntax
public boolean removeServiceByID(String serviceID)
Parameters
String serviceID
The ID of the service to be removed. The ID is the getKey().getID() value of the associated service object.
Return Codes
Value | Meaning |
true | The specified service was successfully found and removed. |
false | The specified service was not found. |