SaaS CMS has officially launched! Learn more now.

Delegate MirroringTransferStatusEventHandler

Namespace: EPiServer.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Enterprise.dll
Version: 10.10.4
Syntax
public delegate void MirroringTransferStatusEventHandler(MirroringStatusEventArgs e);
Parameters
Type Name Description
MirroringStatusEventArgs e

Constructors

MirroringTransferStatusEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(MirroringStatusEventArgs, AsyncCallback, Object)

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

Declaration
public virtual void Invoke(MirroringStatusEventArgs e)
Parameters
Type Name Description
MirroringStatusEventArgs e

Extension Methods