Visual Basic (Declaration) | |
---|---|
Public Delegate Sub TelnetThreadStart( _ ByVal telnet As Telnet, _ ByVal state As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As New TelnetThreadStart(AddressOf HandlerMethod) |
Managed Extensions for C++ | |
---|---|
public: __gc __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.
Target Platforms: Microsoft .NET Framework 2.0