Click or drag to resize

CommsThreadPoolEnqueueItem Method

Namespace:  NetworkCommsDotNet.Tools
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public int EnqueueItem(
	QueueItemPriority priority,
	WaitCallback callback,
	Object state
)

Parameters

priority
Type: NetworkCommsDotNet.ToolsQueueItemPriority
callback
Type: System.ThreadingWaitCallback
state
Type: SystemObject

Return Value

Type: Int32
See Also