IServiceProviderCustomerManagerUpdateServiceProviderCustomersFromBase Method |
[This is preliminary documentation and is subject to change.]
Updates the service provider instances of the customer (if found) with the data from the base customer
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid UpdateServiceProviderCustomersFromBase(
long baseCustomerId,
IEnumerable<long> serviceProviderIds
)
Sub UpdateServiceProviderCustomersFromBase (
baseCustomerId As Long,
serviceProviderIds As IEnumerable(Of Long)
)
Parameters
- baseCustomerId
- Type: SystemInt64
The base customer ID - serviceProviderIds
- Type: System.Collections.GenericIEnumerableInt64
The IDs of the service providers whos instance should be updated (if found)
See Also