Documentation for a minimal subset of the QSM API
AsyncResult<(Of <ContextClass>)> Constructor (callback, state, context)
Namespaces > QS.CMS.Base3 > AsyncResult<(Of ContextClass>) > AsyncResult<(Of ContextClass>)New(AsyncCallback, Object, ContextClass)
Initializes a new instance of the AsyncResult<ContextClass> class.
Syntax
C#Visual BasicManaged C++
public AsyncResult (
	AsyncCallback callback,
	Object state,
	ContextClass context
)
Public Sub New ( _
	callback As AsyncCallback, _
	state As Object, _
	context As ContextClass _
)
public:
AsyncResult (
	AsyncCallback^ callback, 
	Object^ state, 
	ContextClass context
)
Parameters
callback (AsyncCallback)

[Missing <param> documentation for "callback"]

state (Object)

[Missing <param> documentation for "state"]

context (ContextClass)

[Missing <param> documentation for "context"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0