LogicalThreadOperation(LogicalThread, Action, Int32, Boolean) Constructor
Namespace: Gemstone.Threading.LogicalThreadsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.176 -- Release Build+9c922925034f0ac4a6f4aedc5071170fc0c71455
Gemstone.Threading.LogicalThreads.LogicalThreadOperation = function(thread, action, priority, autoRunIfPending);
Parameters
- thread LogicalThread
- The thread on which to execute the operation's action.
- action Action
- The action to be executed.
- priority Int32
- The priority with which the action should be executed on the logical thread.
- autoRunIfPending Boolean (Optional)
-
Set to true to execute RunIfPending automatically; otherwise,
set to false for user controlled call timing.