list_services_by_type


Description:

public List<Service> list_services_by_type (string service_type)

Gets a list of all the installed services where the service type name is service_type.

Parameters:

this

the Manager.

service_type

the type of the service.

Returns:

a list of Service, which must be free'd with list_free when no longer required.