Documentation for a minimal subset of the QSM API
AsynchronousCall2<(Of <C>)> Constructor (processingCallback, arguments, completionCallback, state, scheduleAutomatically)
Namespaces > QS.CMS.Base3 > AsynchronousCall2<(Of C>) > AsynchronousCall2<(Of C>)New(Delegate, Object[](), AsyncCallback, Object, Boolean)
Initializes a new instance of the AsynchronousCall2<C> class.
Syntax
C#Visual BasicManaged C++
public AsynchronousCall2 (
	Delegate processingCallback,
	Object[] arguments,
	AsyncCallback completionCallback,
	Object state,
	bool scheduleAutomatically
)
Public Sub New ( _
	processingCallback As Delegate, _
	arguments As Object(), _
	completionCallback As AsyncCallback, _
	state As Object, _
	scheduleAutomatically As Boolean _
)
public:
AsynchronousCall2 (
	Delegate^ processingCallback, 
	array<Object^>^ arguments, 
	AsyncCallback^ completionCallback, 
	Object^ state, 
	bool scheduleAutomatically
)
Parameters
processingCallback (Delegate)

[Missing <param> documentation for "processingCallback"]

arguments (Object[]())

[Missing <param> documentation for "arguments"]

completionCallback (AsyncCallback)

[Missing <param> documentation for "completionCallback"]

state (Object)

[Missing <param> documentation for "state"]

scheduleAutomatically (Boolean)

[Missing <param> documentation for "scheduleAutomatically"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0