Click or drag to resize
ICustomerManagerGetCustomersByAddressIds 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
Syntax
IReadOnlyDictionary<long, IEnumerable<ICustomer>> GetCustomersByAddressIds(
	IEnumerable<long> addressIds
)

Parameters

addressIds
Type: System.Collections.GenericIEnumerableInt64
The address ids

Return Value

Type: IReadOnlyDictionaryInt64, IEnumerableICustomer
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
ExceptionCondition
ArgumentNullExceptionaddressIds is
See Also