T
Tony Johansson
Hi!
At the end I have a question from e-learning.
The correcr answer according to e-learning is b. I thought c
When I selected c I got this message. That is not correct. The EndInvoke
method helps you find the results after the call is complete. The correct
answer is: Call GetData by using BeginInvoke.
Can somebody give me a url where I can see that answer b is correct becuse
in there has been wrong answer before.
You are developing an application that makes asynchronous calls to methods
to improve the perceived user interface performance. One of the methods that
you need to call asynchronously is GetData. How should you call GetData
asynchronously?
a. Call GetData directly.
b. Call GetData by using BeginInvoke.
c. Call GetData by using EndInvoke.
d. Call GetData by using another thread.
At the end I have a question from e-learning.
The correcr answer according to e-learning is b. I thought c
When I selected c I got this message. That is not correct. The EndInvoke
method helps you find the results after the call is complete. The correct
answer is: Call GetData by using BeginInvoke.
Can somebody give me a url where I can see that answer b is correct becuse
in there has been wrong answer before.
You are developing an application that makes asynchronous calls to methods
to improve the perceived user interface performance. One of the methods that
you need to call asynchronously is GetData. How should you call GetData
asynchronously?
a. Call GetData directly.
b. Call GetData by using BeginInvoke.
c. Call GetData by using EndInvoke.
d. Call GetData by using another thread.