Click or drag to resize

WorkerThreadPoolQueueUserWorkItemT(ActionT) Method

Adds an ActionT delegate call to the work item queue.

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

Parameters

action  ActionT
An ActionT delegate.

Type Parameters

T
Generic type parameter.

Return Value

IWorkItem
An IWorkItem.
See Also