Adds a user work item to the Threadpool that is immediately being processed and tagged with the given handle
| C# | Visual Basic | Visual C++ |
public void QueueUserWorkItem( WaitCallback waitCallBack, Object state, int handle )
Public Sub QueueUserWorkItem ( _ waitCallBack As WaitCallback, _ state As Object, _ handle As Integer _ )
public: void QueueUserWorkItem( WaitCallback^ waitCallBack, Object^ state, int handle )