Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ReducedCacheCatalogSystemAccessor

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

Inheritance
System.Object
ReducedCacheCatalogSystemAccessor
Namespace: Mediachase.Commerce.Catalog.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class ReducedCacheCatalogSystemAccessor : MulticastDelegate

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