Click or drag to resize
ThreadPoolAddJob Method
Adds a new job to the queue. This will be picked up by the next available active thread.

Namespace: AsterNET.Util
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddJob(
	AGIConnectionHandler runnable
)

Parameters

runnable
Type: AsterNET.FastAGIAGIConnectionHandler

[Missing <param name="runnable"/> documentation for "M:AsterNET.Util.ThreadPool.AddJob(AsterNET.FastAGI.AGIConnectionHandler)"]

See Also