Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MappingErrorEventHandler

Defines mapping error event handler.

Inheritance
System.Object
MappingErrorEventHandler
Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class MappingErrorEventHandler : MulticastDelegate

Constructors

MappingErrorEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(MappingEngine, MappingEngineErrorEventArgs, AsyncCallback, Object)

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

Declaration
public virtual void Invoke(MappingEngine sender, MappingEngineErrorEventArgs e)
Parameters
Type Name Description
MappingEngine sender
MappingEngineErrorEventArgs e