CommsThreadPool EnqueueItem Method NetworkComms.Net Help
Enqueue a callback to the thread pool.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public int EnqueueItem(
	QueueItemPriority priority,
	WaitCallback callback,
	Object state
)

Return Value

Type: OnlineInt32
Returns the managed threadId running the callback if one was available, otherwise -1
See Also