SaaS CMS has officially launched! Learn more now.

Class Build

The delegate type used to create EventProvider

Inheritance
System.Object
Build
Namespace: EPiServer.Events
Assembly: EPiServer.Events.dll
Version: 12.0.3
Syntax
public sealed class Build : MulticastDelegate

Constructors

Build(Object, IntPtr)

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

Methods

BeginInvoke(IServiceProvider, AsyncCallback, Object)

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

EndInvoke(IAsyncResult)

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

Invoke(IServiceProvider)

Declaration
public virtual EventProvider Invoke(IServiceProvider serviceProvider)
Parameters
Type Name Description
System.IServiceProvider serviceProvider
Returns
Type Description
EventProvider

Extension Methods