Class ResetByRefDelegate<TRow>

Delegate type for resets, where row is passed by ref.

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

Constructors

ResetByRefDelegate(Object, IntPtr)

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

Methods

BeginInvoke(ref TRow, ReadContext, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(ref TRow onType, in ReadContext context, AsyncCallback callback, object object)
Parameters
Type Name Description
TRow onType
ReadContext context
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(ref TRow, ReadContext, IAsyncResult)

Declaration
public virtual void EndInvoke(ref TRow onType, in ReadContext context, IAsyncResult result)
Parameters
Type Name Description
TRow onType
ReadContext context
System.IAsyncResult result

Invoke(ref TRow, ReadContext)

Declaration
public virtual void Invoke(ref TRow onType, in ReadContext context)
Parameters
Type Name Description
TRow onType
ReadContext context
In This Article
Back to top Generated by DocFX