PowerTCP Sockets for .NET
Start(ConnectThreadStart,Int32,Object) Method




Syntax
public void Start( 
   ConnectThreadStart callback,
   int localPort,
   object state
)
public: void Start( 
   ConnectThreadStart* callback,
   int localPort,
   Object* state
) 
public:
void Start( 
   ConnectThreadStart^ callback,
   int localPort,
   Object^ state
) 
'Declaration
 
Public Overloads Sub Start( _
   ByVal callback As ConnectThreadStart, _
   ByVal localPort As Integer, _
   ByVal state As Object _
) 
 
'Usage
 
Dim instance As Server
Dim callback As ConnectThreadStart
Dim localPort As Integer
Dim state As Object
 
instance.Start(callback, localPort, state)

Parameters

callback
localPort
state
See Also

Reference

Server Class
Server Members
Overload List


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