Delegate ServiceConnectionEventHandler
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public delegate void ServiceConnectionEventHandler(ServiceConnectionEventArgs e);
Parameters
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
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
Extension Methods