SIFWorks ADK 2.0
QueueTaskToThreadPool Method (d, args)
NamespacesEdustructures.UtilAsyncUtilsQueueTaskToThreadPool(Delegate, array<Object>[]())

[This is preliminary documentation and is subject to change.]

This method allows you to safely invoke a delegate asynchronously, similarly to calling BeginInvoke(), without ever having to call EndInvoke().
Declaration Syntax
C#Visual BasicVisual C++
public static void QueueTaskToThreadPool(
	Delegate d,
	params Object[] args
)
Public Shared Sub QueueTaskToThreadPool ( _
	d As Delegate, _
	ParamArray args As Object() _
)
public:
static void QueueTaskToThreadPool (
	Delegate^ d, 
	... array<Object^>^ args
)
Parameters
d (Delegate)
The delegate to call
args (array<Object>[]())
The arguments for the delegate (or null)

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10