Show / Hide Table of Contents

Delegate CacheEventHandler

Delegate for the cache

Namespace: SuperOffice.Data.Cache
Assembly: SoDataBase.dll
Syntax
public delegate void CacheEventHandler(CacheBase cache);
Parameters
Type Name Description
CacheBase cache

Reference to the cache.

Constructors

CacheEventHandler(Object, IntPtr)

Declaration
public CacheEventHandler(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(CacheBase, AsyncCallback, Object)

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

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(CacheBase)

Declaration
public virtual void Invoke(CacheBase cache)
Parameters
Type Name Description
CacheBase cache

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top