PowerTCP Sockets for .NET
ConnectThreadStart Delegate




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
state
See Also

Reference

ConnectThreadStart Members
Dart.Sockets Namespace


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