Class DynamicRowConverterDelegate<TOutput>

Delegate type for DynamicRowConverters.

Inheritance
System.Object
DynamicRowConverterDelegate<TOutput>
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class DynamicRowConverterDelegate<TOutput> : MulticastDelegate
Type Parameters
Name Description
TOutput

Constructors

DynamicRowConverterDelegate(Object, IntPtr)

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

Methods

BeginInvoke(Object, ReadContext, out TOutput, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object row, in ReadContext context, out TOutput result, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object row
ReadContext context
TOutput result
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(ReadContext, out TOutput, IAsyncResult)

Declaration
public virtual bool EndInvoke(in ReadContext context, out TOutput result, IAsyncResult __result)
Parameters
Type Name Description
ReadContext context
TOutput result
System.IAsyncResult __result
Returns
Type Description
System.Boolean

Invoke(Object, ReadContext, out TOutput)

Declaration
public virtual bool Invoke(object row, in ReadContext context, out TOutput result)
Parameters
Type Name Description
System.Object row
ReadContext context
TOutput result
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX