[This is preliminary documentation and is subject to change.]
Creates an instance of an EduAsyncResult
| C# | Visual Basic | Visual C++ |
public EduAsyncResult( EduAsyncHandler handler, Object state )
Public Sub New ( _ handler As EduAsyncHandler, _ state As Object _ )
public: EduAsyncResult ( EduAsyncHandler^ handler, Object^ state )
- 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