list_by_service_type
Description:
public List<uint> list_by_service_type (string service_type)
Lists the 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 AccountId representing the accounts. Must be
free'd with list_free when no longer required.
|