Click or drag to resize
ICustomerManagerCreateServiceProviderCustomerInstances Method

[This is preliminary documentation and is subject to change.]

Note: This API is now obsolete.

Creates service provider instances of customers

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("This method is obsolete. If possible use ServiceProviderCustomerManager's CreateServiceProviderCustomer instead", 
	false)]
void CreateServiceProviderCustomerInstances(
	IEnumerable<long> customerIds,
	IEnumerable<long> serviceProviderIds
)

Parameters

customerIds
Type: System.Collections.GenericIEnumerableInt64
The customers
serviceProviderIds
Type: System.Collections.GenericIEnumerableInt64
The service providers
See Also