Dart.Sockets Namespace > Server Class > Start Method : Start(ConnectThreadStart,Int32,Object) Method |
'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)