PowerTCP Sockets for .NET
Start(PingThreadStart,IPAddress,Type,Object) Method




Syntax
'Declaration
 
Public Overloads Sub Start( _
   ByVal worker As PingThreadStart, _
   ByVal localAddress As IPAddress, _
   ByVal type As Ping.Type, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As Ping
Dim worker As PingThreadStart
Dim localAddress As IPAddress
Dim type As Ping.Type
Dim state As Object
 
instance.Start(worker, localAddress, type, state)
public void Start( 
   PingThreadStart worker,
   IPAddress localAddress,
   Ping.Type type,
   object state
)
public: void Start( 
   PingThreadStart* worker,
   IPAddress* localAddress,
   Ping.Type type,
   Object* state
) 
public:
void Start( 
   PingThreadStart^ worker,
   IPAddress^ localAddress,
   Ping.Type type,
   Object^ state
) 

Parameters

worker
localAddress
type
state
See Also

Reference

Ping Class
Ping Members
Overload List


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