SaaS CMS has officially launched! Learn more now.

Delegate ReducedCacheCatalogSystemAccessor

Delegate intended to hold a ICatalogSystem instance which is set to use CachedNoInsert.

Namespace: Mediachase.Commerce.Catalog.Internal
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public delegate ICatalogSystem ReducedCacheCatalogSystemAccessor();
Returns
Type Description
ICatalogSystem

Constructors

ReducedCacheCatalogSystemAccessor(Object, IntPtr)

Declaration
public ReducedCacheCatalogSystemAccessor(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
Type Name Description
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual ICatalogSystem EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
ICatalogSystem

Invoke()

Declaration
public virtual ICatalogSystem Invoke()
Returns
Type Description
ICatalogSystem