SaaS CMS has officially launched! Learn more now.

Delegate SearchIndexHandler

Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 11.8.3
Syntax
public delegate void SearchIndexHandler(object source, SearchIndexEventArgs args);
Parameters
Type Name Description
System.Object source
SearchIndexEventArgs args

Constructors

SearchIndexHandler(Object, IntPtr)

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

Methods

BeginInvoke(Object, SearchIndexEventArgs, AsyncCallback, Object)

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

EndInvoke(IAsyncResult)

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

Invoke(Object, SearchIndexEventArgs)

Declaration
public virtual void Invoke(object source, SearchIndexEventArgs args)
Parameters
Type Name Description
System.Object source
SearchIndexEventArgs args