Represents the method that will execute on a worker thread when
Start is used.
Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub RexecThreadStart( _
ByVal rexec As Rexec, _
ByVal state As Object _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As New RexecThreadStart(AddressOf HandlerMethod) |
Parameters
- rexec
- The Rexec 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