SIFWorks ADK 2.0
EduAsyncResult Constructor (handler, state)
NamespacesEdustructures.UtilEduAsyncResultEduAsyncResultEduAsyncResultNew(EduAsyncHandler, Object)

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

Creates an instance of an EduAsyncResult
Declaration Syntax
C#Visual BasicVisual C++
public EduAsyncResult(
	EduAsyncHandler handler,
	Object state
)
Public Sub New ( _
	handler As EduAsyncHandler, _
	state As Object _
)
public:
EduAsyncResult (
	EduAsyncHandler^ handler, 
	Object^ state
)
Parameters
handler (EduAsyncHandler)
The delegate the will accept the result of the asynchronous invocation
state (Object)
The state, if necessary to be returned to the result delegate

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