Method ServiceController():removeByName() Foundation

Removes a service controller when it is no longer required.

Syntax
:removeByName( <cName> ) --> lSuccess
Parameters
<cName>
Name of the service whose controller is to be removed.
Return

This class method returns .T. (true) when the service controller is successfully removed and .F. (false) otherwise.

Description

When an instance of the class ServiceController is registered with the class method :addController() it can be removed with this class method.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.