  | ThreadPoolAddJob Method  | 
 Adds a new job to the queue. This will be picked up by the next available
            active thread.
            
 
Namespace: AsterNET.UtilAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddJob(
	AGIConnectionHandler runnable
)
Public Sub AddJob ( 
	runnable As AGIConnectionHandler
)
public:
void AddJob(
	AGIConnectionHandler^ runnable
)
member AddJob : 
        runnable : AGIConnectionHandler -> unit 
Parameters
- runnable
 - Type: AsterNET.FastAGIAGIConnectionHandler
[Missing <param name="runnable"/> documentation for "M:AsterNET.Util.ThreadPool.AddJob(AsterNET.FastAGI.AGIConnectionHandler)"]
 
See Also