PowerTCP Sockets for .NET
PingThreadStart Delegate




The PingSlave object that is independent of all other worker threads.
Any additional information provided by the user.
Represents the method that will execute on a worker thread when Start is used.
Syntax
'Declaration
 
Public Delegate Sub PingThreadStart( _
   ByVal slave As PingSlave, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As New PingThreadStart(AddressOf HandlerMethod)
public delegate void PingThreadStart( 
   PingSlave slave,
   object state
)
public: __gc __delegate void PingThreadStart( 
   PingSlave* slave,
   Object* state
)
public delegate void PingThreadStart( 
   PingSlave^ slave,
   Object^ state
)

Parameters

slave
The PingSlave object that is independent of all other worker threads.
state
Any additional information provided by the user.
See Also

Reference

PingThreadStart Members
Dart.Sockets Namespace


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