get_service
Description:
public Service get_service (
string service_name)
Loads the service identified by service_name.
Parameters:
| this |
the Manager.
|
| service_name |
the name of the service.
|
Returns:
|
an Service, which must be free'd with
unref when no longer required.
|