Class ActionRef<T1, T2>
Inheritance
System.Object
ActionRef<T1, T2>
Assembly: Eco.Shared.dll
Syntax
public sealed class ActionRef<T1, T2> : MulticastDelegate
Type Parameters
Constructors
ActionRef(Object, IntPtr)
Declaration
public ActionRef(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(ref T1, T2, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref T1 item, T2 val, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
T1 |
item |
|
T2 |
val |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(ref T1, IAsyncResult)
Declaration
public virtual void EndInvoke(ref T1 item, IAsyncResult result)
Parameters
Type |
Name |
Description |
T1 |
item |
|
System.IAsyncResult |
result |
|
Invoke(ref T1, T2)
Declaration
public virtual void Invoke(ref T1 item, T2 val)
Parameters
Type |
Name |
Description |
T1 |
item |
|
T2 |
val |
|
Extension Methods