IProductCatalogueManagerGetActiveSubscriptions Method |
[This is preliminary documentation and is subject to change.]
Retrieves currently active services (subscriptions) on specified addresses
Namespace: Netadmin.Management.OrderAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<long, IEnumerable<ISubscriptionInformation>> GetActiveSubscriptions(
IEnumerable<long> addressIds,
Nullable<long> serviceProviderId,
Nullable<long> customerId
)
Function GetActiveSubscriptions (
addressIds As IEnumerable(Of Long),
serviceProviderId As Nullable(Of Long),
customerId As Nullable(Of Long)
) As IReadOnlyDictionary(Of Long, IEnumerable(Of ISubscriptionInformation))
Parameters
- addressIds
- Type: System.Collections.GenericIEnumerableInt64
The address ids - serviceProviderId
- Type: SystemNullableInt64
The service provider to filter by. Null for no filter - customerId
- Type: SystemNullableInt64
The customer to filter by. Null for no filter
Return Value
Type:
IReadOnlyDictionaryInt64,
IEnumerableISubscriptionInformationA dictionary with address as key and subscriptions as value
See Also