PowerTCP Sockets for .NET
ConnectThreadStart Delegate




The Tcp object used to manage the accepted connection.
Any additional information provided by the user.
Represents the method that will execute on a worker thread after each TCP connection is accepted.
Syntax
'Declaration
 
Public Delegate Sub ConnectThreadStart( _
   ByVal tcp As Tcp, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As New ConnectThreadStart(AddressOf HandlerMethod)
public delegate void ConnectThreadStart( 
   Tcp tcp,
   object state
)
public: __gc __delegate void ConnectThreadStart( 
   Tcp* tcp,
   Object* state
)
public delegate void ConnectThreadStart( 
   Tcp^ tcp,
   Object^ state
)

Parameters

tcp
The Tcp object used to manage the accepted connection.
state
Any additional information provided by the user.
See Also

Reference

ConnectThreadStart Members
Dart.Sockets Namespace


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