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




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

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

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