Try our conversational search powered by Generative AI!

Delegate PageProviderHandler

Delegate used in iteration of page providers.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[Obsolete("The PageProviderHandler is not being used anymore")]
public delegate void PageProviderHandler(PageProviderBase pageProvider);
Parameters
Type Name Description
PageProviderBase pageProvider

Constructors

PageProviderHandler(Object, IntPtr)

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

Methods

BeginInvoke(PageProviderBase, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PageProviderBase pageProvider, AsyncCallback callback, object object)
Parameters
Type Name Description
PageProviderBase pageProvider
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(PageProviderBase)

Declaration
public virtual void Invoke(PageProviderBase pageProvider)
Parameters
Type Name Description
PageProviderBase pageProvider

Extension Methods