LogicalThreadOperation(LogicalThread, Action, Boolean) Constructor

Creates a new instance of the LogicalThreadOperation class.

Definition

Namespace: Gemstone.Threading.LogicalThreads
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.171 -- Release Build+1fadf9883481af612a0ac41fa386e4d8235ed765
public LogicalThreadOperation(
	LogicalThread thread,
	Action action,
	bool autoRunIfPending = true
)

Parameters

thread  LogicalThread
The thread on which to execute the operation's action.
action  Action
The action to be executed.
autoRunIfPending  Boolean  (Optional)
Set to true to execute RunIfPending automatically; otherwise, set to false for user controlled call timing.

See Also