IServiceManagerGetAvailableServices Method (IEnumerableInt64) |
[This is preliminary documentation and is subject to change.]
Retrieves available services on multiple addresses
Namespace: Netadmin.Management.ProvisioningAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIDictionary<long, IEnumerable<long>> GetAvailableServices(
IEnumerable<long> addressIds
)
Function GetAvailableServices (
addressIds As IEnumerable(Of Long)
) As IDictionary(Of Long, IEnumerable(Of Long))
Parameters
- addressIds
- Type: System.Collections.GenericIEnumerableInt64
The addresses
Return Value
Type:
IDictionaryInt64,
IEnumerableInt64A dictionary with address id as key and available services as value
See Also