IProductCatalogueManager Availability Method
[This is preliminary documentation and is subject to change.]
Retrieves the products that are actually available on a specified address at a specific time
Namespace: Netadmin.Management.Order Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary <long , IEnumerable <IProductAvailability >> Availability (
DateTime time ,
IEnumerable <long > addressIds ,
Nullable <long > customerId ,
Nullable <long > serviceProviderId
)Function Availability (
time As DateTime ,
addressIds As IEnumerable (Of Long ),
customerId As Nullable (Of Long ),
serviceProviderId As Nullable (Of Long )
) As IReadOnlyDictionary (Of Long , IEnumerable (Of IProductAvailability ))Parameters time Type: System DateTime The time to check addressIds Type: System.Collections.Generic IEnumerable Int64 The address ids to check for customerId Type: System Nullable Int64 The customer id to check for serviceProviderId Type: System Nullable Int64 The service provider to filter by. Null for no filter Return Value Type:
IReadOnlyDictionary Int64 ,
IEnumerable IProductAvailability [Missing <returns> documentation for "M:Netadmin.Management.Order.IProductCatalogueManager.Availability(System.DateTime,System.Collections.Generic.IEnumerable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64})"]
ExceptionsException Condition ArgumentNullException Thrown if addressIds is null
See Also