Click or drag to resize

WorkerThreadPoolQueueUserWorkItemT Method (ActionT, T, String)

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public IWorkItem QueueUserWorkItem<T>(
	Action<T> pAction,
	T pState,
	string pNameTag
)
where T : class

Parameters

pAction
Type: SystemActionT
An ActionT delegate.
pState
Type: T
The state of this WorkItem.
pNameTag
Type: SystemString
A tag that is used to identify the WorkItem using it`s ToString() method.

Type Parameters

T
The type of the action.

Return Value

Type: IWorkItem
An IWorkItem.
See Also