list_enabled_by_service_type
Description:
public List<
AccountId>
list_enabled_by_service_type (
string service_type)
Lists the enabled accounts supporting the given service type.
Parameters:
| this |
the Manager.
|
| service_type |
the name of the service type to check for.
|
Returns:
|
a List of the enabled AccountId
representing the accounts. Must be free'd with list_free when no
longer required.
|