ICachedPricingDataManager Interface

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Declares the paired, cache-updating methods matching the standard pricing manager interfaces.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime.DataManagers (in Microsoft.Dynamics.Commerce.Runtime.DataManagers.dll)

Syntax

'Declaration
Public Interface ICachedPricingDataManager _
    Inherits IPricingDataManagerV2, IPricingDataManager
'Usage
Dim instance As ICachedPricingDataManager
public interface ICachedPricingDataManager : IPricingDataManagerV2, 
    IPricingDataManager
public interface class ICachedPricingDataManager : IPricingDataManagerV2, 
    IPricingDataManager

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Data Namespace