ICustomerManager GetCustomersByAddressIds Method
[This is preliminary documentation and is subject to change.]
Retrieves all customers on the specified addresses
Namespace: Netadmin.Management.Customer Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary <long , IEnumerable <ICustomer >> GetCustomersByAddressIds (
IEnumerable <long > addressIds
)Function GetCustomersByAddressIds (
addressIds As IEnumerable (Of Long )
) As IReadOnlyDictionary (Of Long , IEnumerable (Of ICustomer ))Parameters addressIds Type: System.Collections.Generic IEnumerable Int64 The address ids Return Value Type:
IReadOnlyDictionary Int64 ,
IEnumerable ICustomer A dictionary with address id as key and an IEnumerable of customers as value. Dictionary will contain all requested address ids, but with empty IEnumerables if no customers exists
Exceptions See Also