PowerTCP Sockets for .NET
UdpAsyncCallback Delegate




Syntax
'Declaration
 
Public Delegate Sub UdpAsyncCallback( _
   ByVal udp As UdpBase, _
   ByVal datagram As Datagram, _
   ByVal exception As Exception, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As New UdpAsyncCallback(AddressOf HandlerMethod)
public delegate void UdpAsyncCallback( 
   UdpBase udp,
   Datagram datagram,
   Exception exception,
   object state
)
public: __gc __delegate void UdpAsyncCallback( 
   UdpBase* udp,
   Datagram* datagram,
   Exception* exception,
   Object* state
)
public delegate void UdpAsyncCallback( 
   UdpBase^ udp,
   Datagram^ datagram,
   Exception^ exception,
   Object^ state
)

Parameters

udp
datagram
exception
state
See Also

Reference

UdpAsyncCallback Members
Dart.Sockets Namespace


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic