Try our conversational search powered by Generative AI!

Delegate UnifiedFileStreamEventHandler

Event delegate for events raised by the UnifiedFileStream implementation

Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public delegate void UnifiedFileStreamEventHandler(UnifiedFileStream sender, UnifiedVirtualPathEventArgs e);
Parameters
Type Name Description
UnifiedFileStream sender

A reference to the UnifiedFileStream raising the event.

UnifiedVirtualPathEventArgs e

Event argument describing the event.

Constructors

UnifiedFileStreamEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(UnifiedFileStream, UnifiedVirtualPathEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(UnifiedFileStream sender, UnifiedVirtualPathEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
UnifiedFileStream sender
UnifiedVirtualPathEventArgs e
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(UnifiedFileStream, UnifiedVirtualPathEventArgs)

Declaration
public virtual void Invoke(UnifiedFileStream sender, UnifiedVirtualPathEventArgs e)
Parameters
Type Name Description
UnifiedFileStream sender
UnifiedVirtualPathEventArgs e

Extension Methods