Click or drag to resize
IServiceManagerGetAvailableServices Method (IEnumerableInt64)

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

Retrieves available services on multiple addresses

Namespace: Netadmin.Management.Provisioning
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IDictionary<long, IEnumerable<long>> GetAvailableServices(
	IEnumerable<long> addressIds
)

Parameters

addressIds
Type: System.Collections.GenericIEnumerableInt64
The addresses

Return Value

Type: IDictionaryInt64, IEnumerableInt64
A dictionary with address id as key and available services as value
See Also