Login
Remember
Register
Ask a Question
Can we use delegates for asynchronous method calls in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
Can we use delegates for asynchronous method calls in C#?
c#-delegates
delegates
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Yes. We can use delegates for asynchronous method calls.
...