PowerTCP Sockets for .NET
DnsThreadStart Delegate




The DnsSlave 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 DnsThreadStart( _
   ByVal slave As DnsSlave, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As New DnsThreadStart(AddressOf HandlerMethod)
public delegate void DnsThreadStart( 
   DnsSlave slave,
   object state
)
public: __gc __delegate void DnsThreadStart( 
   DnsSlave* slave,
   Object* state
)
public delegate void DnsThreadStart( 
   DnsSlave^ slave,
   Object^ state
)

Parameters

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

Reference

DnsThreadStart Members
Dart.Sockets Namespace


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