Places a subroutine on the CTC thread execution queue.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Shared Sub Execute (
delLambda As Action
)
public static void Execute(
Action delLambda
)
Parameters
- delLambda
- Type: SystemAction
See Also