| 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) | |
| Managed Extensions for C++ | |
|---|---|
public: __gc __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.
Target Platforms: Microsoft .NET Framework 2.0