PowerTCP Sockets for .NET
TcpAsyncCallback Delegate




Syntax
'Declaration
 
Public Delegate Sub TcpAsyncCallback( _
   ByVal tcp As TcpBase, _
   ByVal data As Data, _
   ByVal exception As Exception, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As New TcpAsyncCallback(AddressOf HandlerMethod)
public delegate void TcpAsyncCallback( 
   TcpBase tcp,
   Data data,
   Exception exception,
   object state
)
public: __gc __delegate void TcpAsyncCallback( 
   TcpBase* tcp,
   Data* data,
   Exception* exception,
   Object* state
)
public delegate void TcpAsyncCallback( 
   TcpBase^ tcp,
   Data^ data,
   Exception^ exception,
   Object^ state
)

Parameters

tcp
data
exception
state
See Also

Reference

TcpAsyncCallback Members
Dart.Sockets Namespace


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