Click or drag to resize

WorkerThreadPoolQueueUserWorkItemT Method (ActionT)

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public IWorkItem QueueUserWorkItem<T>(
	Action<T> action
)
where T : class

Parameters

action
Type: SystemActionT
An ActionT delegate.

Type Parameters

T
Generic type parameter.

Return Value

Type: IWorkItem
An IWorkItem.
See Also