0 votes
in C Sharp by
Can we use delegates for asynchronous method calls in C#?

1 Answer

0 votes
by
Yes. We can use delegates for asynchronous method calls.
...