ICustomerManagerGetCustomersToActivateOnAddress Method |
[This is preliminary documentation and is subject to change.]
Get existing customers in the system that is not activated for the specified service provider
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<ICustomer> GetCustomersToActivateOnAddress(
long addressId,
long serviceProviderId
)
Function GetCustomersToActivateOnAddress (
addressId As Long,
serviceProviderId As Long
) As IEnumerable(Of ICustomer)
Parameters
- addressId
- Type: SystemInt64
Id of the address to get existing customers from - serviceProviderId
- Type: SystemInt64
Id of the service providers
Return Value
Type:
IEnumerableICustomerList of custoemrs that can be activated for the specified service provider
See Also