Class WireInput.OnReceiveHandler
Inheritance
System.Object
WireInput.OnReceiveHandler
Assembly: Eco.Gameplay.dll
public sealed class OnReceiveHandler : MulticastDelegate
Constructors
Declaration
public OnReceiveHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(PipePayload payload, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
PipePayload |
payload |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual float EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Single |
|
Declaration
public virtual float Invoke(PipePayload payload)
Parameters
Returns
Type |
Description |
System.Single |
|
Extension Methods