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




rlogin
The Rlogin 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 RloginThreadStart( _
   ByVal rlogin As Rlogin, _
   ByVal state As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As New RloginThreadStart(AddressOf HandlerMethod)
C# 
public delegate void RloginThreadStart( 
   Rlogin rlogin,
   object state
)
Managed Extensions for C++ 
public: __gc __delegate void RloginThreadStart( 
   Rlogin* rlogin,
   Object* state
)
C++/CLI 
public delegate void RloginThreadStart( 
   Rlogin^ rlogin,
   Object^ state
)

Parameters

rlogin
The Rlogin 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.