Class UdpChannelDataReceived
Inheritance
System.Object
UdpChannelDataReceived
Assembly: Eco.Shared.dll
Syntax
public sealed class UdpChannelDataReceived : MulticastDelegate
Constructors
UdpChannelDataReceived(Object, IntPtr)
Declaration
public UdpChannelDataReceived(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Byte, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(byte channel, int dataLength, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Byte |
channel |
|
System.Int32 |
dataLength |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Byte, Int32)
Declaration
public virtual void Invoke(byte channel, int dataLength)
Parameters
Type |
Name |
Description |
System.Byte |
channel |
|
System.Int32 |
dataLength |
|
Extension Methods