ThreadPoolWaitQueueUserWorkItem Method (WaitCallback, Object) |
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,
Object state
)
Public Sub QueueUserWorkItem (
callback As WaitCallback,
state As Object
)
Parameters
- callback
- Type: System.ThreadingWaitCallback
The work item to be queued. - state
- Type: SystemObject
State to be passed to the queued work item
See Also