Click or drag to resize

ThreadPoolWaitQueueUserWorkItem Method (WaitCallback)

Queues a user work item to the ThreadPool.

Namespace:  NetQuarry.Threading
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void QueueUserWorkItem(
	WaitCallback callback
)

Parameters

callback
Type: System.ThreadingWaitCallback
The work item to be queued.
See Also