Queues a method for the execution, and specifies an object to be used by the method.
Declaring type: IThreadPool
Namespace: Zyan.Communication.Threading
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract void QueueUserWorkItem (
        WaitCallback work,
        object obj
) 
Parameters
work
A System.Threading.WaitCallback representing the method to execute.
obj
An object containing data to be used by the method.