ICustomerHistoryManager Details Method (Int64, IAuthorize, Int64)
[This is preliminary documentation and is subject to change.]
Retrieves Service Provider instances of subscription history
Namespace: Netadmin.Management.Customer Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIServiceProviderCustomerHistoryDetails Details (
long id ,
IAuthorize auth ,
long serviceProviderId
)Function Details (
id As Long ,
auth As IAuthorize ,
serviceProviderId As Long
) As IServiceProviderCustomerHistoryDetails Parameters id Type: System Int64 Service Provider Customer History Id auth Type: IAuthorize The user's auth object serviceProviderId Type: System Int64 The serviceprovider id Return Value Type:
IServiceProviderCustomerHistoryDetails [Missing <returns> documentation for "M:Netadmin.Management.Customer.ICustomerHistoryManager.Details(System.Int64,Netadmin.Auth.Framework.Interfaces.IAuthorize,System.Int64)"]
See Also