SaaS CMS has officially launched! Learn more now.

Class Build

The delegate type used to create BlobProvider

Inheritance
System.Object
Build
Namespace: EPiServer.Framework.Blobs
Assembly: EPiServer.Framework.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, String, AsyncCallback, Object)

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

EndInvoke(IAsyncResult)

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

Invoke(IServiceProvider, String)

Declaration
public virtual BlobProvider Invoke(IServiceProvider serviceProvider, string name)
Parameters
Type Name Description
System.IServiceProvider serviceProvider
System.String name
Returns
Type Description
BlobProvider

Extension Methods