Initializes a new instance of the AsynchronousCall3<C,X> class.

C# | Visual Basic | Managed C++ |
public AsynchronousCall3 ( X context, AsyncCallback completionCallback, Object state )
Public Sub New ( _ context As X, _ completionCallback As AsyncCallback, _ state As Object _ )
public: AsynchronousCall3 ( X context, AsyncCallback^ completionCallback, Object^ state )

- context (X)
[Missing <param> documentation for "context"]
- completionCallback (AsyncCallback)
[Missing <param> documentation for "completionCallback"]
- state (Object)
[Missing <param> documentation for "state"]