Documentation for a minimal subset of the QSM API
AsynchronousRequest3<(Of <C>)> Constructor (argument, completionCallback, asynchronousState)
Namespaces > QS.CMS.Base3 > AsynchronousRequest3<(Of C>) > AsynchronousRequest3<(Of C>)New(C, AsynchronousOperationCallback, Object)
Initializes a new instance of the AsynchronousRequest3<C> class.
Syntax
C#Visual BasicManaged C++
public AsynchronousRequest3 (
	C argument,
	AsynchronousOperationCallback completionCallback,
	Object asynchronousState
)
Public Sub New ( _
	argument As C, _
	completionCallback As AsynchronousOperationCallback, _
	asynchronousState As Object _
)
public:
AsynchronousRequest3 (
	C argument, 
	AsynchronousOperationCallback^ completionCallback, 
	Object^ asynchronousState
)
Parameters
argument (C)

[Missing <param> documentation for "argument"]

completionCallback (AsynchronousOperationCallback)

[Missing <param> documentation for "completionCallback"]

asynchronousState (Object)

[Missing <param> documentation for "asynchronousState"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0