Class ResetDelegate<TRow>
Delegate type for resets.
Inheritance
System.Object
ResetDelegate<TRow>
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class ResetDelegate<TRow> : MulticastDelegate
Type Parameters
Constructors
ResetDelegate(Object, IntPtr)
Declaration
public ResetDelegate(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(TRow, ReadContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(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(ReadContext, IAsyncResult)
Declaration
public virtual void EndInvoke(in ReadContext context, IAsyncResult result)
Parameters
| Type |
Name |
Description |
| ReadContext |
context |
|
| System.IAsyncResult |
result |
|
Invoke(TRow, ReadContext)
Declaration
public virtual void Invoke(TRow onType, in ReadContext context)
Parameters