PowerTCP Sockets for .NET
DnsThreadStart Delegate




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

Reference

DnsThreadStart Members
Dart.Sockets Namespace


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