Class StaticResetDelegate
Delegate type for resets that don't take an instance of the row.
Inheritance
System.Object
StaticResetDelegate
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class StaticResetDelegate : MulticastDelegate
Constructors
StaticResetDelegate(Object, IntPtr)
Declaration
public StaticResetDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(ReadContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(in ReadContext context, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
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(ReadContext)
Declaration
public virtual void Invoke(in ReadContext context)
Parameters