PowerTCP Sockets for .NET
PingThreadStart Delegate




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
state
See Also

Reference

PingThreadStart Members
Dart.Sockets Namespace


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