Click or drag to resize

LogicalThreadOperation(LogicalThread, Action, Boolean) Constructor

Creates a new instance of the LogicalThreadOperation class.

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
Syntax
public LogicalThreadOperation(
	LogicalThread thread,
	Action action,
	bool autoRunIfPending = true
)
View Source

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