Click or drag to resize

WorkerThreadPoolQueueUserWorkItemT Method (ActionT, T)

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

Parameters

pAction
Type: SystemActionT
An ActionT delegate.
pState
Type: T
The state of this WorkItem.

Type Parameters

T
The type of the action.

Return Value

Type: IWorkItem
An IWorkItem.
See Also