PowerTCP Emulation for .NET CF
TelnetThreadStart Delegate
See Also  Send comments on this topic.
Dart.Emulation Namespace : TelnetThreadStart Delegate




telnet
The Telnet component used to start execution of this method on a worker thread.
state
Any additional information provided by the user.
Represents the method that will execute on a worker thread when Start is used.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub TelnetThreadStart( _
   ByVal telnet As Telnet, _
   ByVal state As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As New TelnetThreadStart(AddressOf HandlerMethod)
C# 
public delegate void TelnetThreadStart( 
   Telnet telnet,
   object state
)
Managed Extensions for C++ 
public: __gc __delegate void TelnetThreadStart( 
   Telnet* telnet,
   Object* state
)
C++/CLI 
public delegate void TelnetThreadStart( 
   Telnet^ telnet,
   Object^ state
)

Parameters

telnet
The Telnet component used to start execution of this method on a worker thread.
state
Any additional information provided by the user.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.