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




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

Parameters

callback
localEP
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