SaaS CMS has officially launched! Learn more now.

Delegate ServiceConnectionEventHandler

Namespace: EPiServer.MirroringService.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
public delegate void ServiceConnectionEventHandler(ServiceConnectionEventArgs e);
Parameters
Type Name Description
ServiceConnectionEventArgs e

Constructors

ServiceConnectionEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(ServiceConnectionEventArgs, AsyncCallback, Object)

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

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

Extension Methods