Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
Can we use delegates for asynchronous method calls in C#?
Home
C Sharp
Can we use delegates for asynchronous method calls in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
Can we use delegates for asynchronous method calls in C#?
c#-delegates
delegates
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Yes. We can use delegates for asynchronous method calls.
Related questions
0
votes
What are the uses of delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
uses-of-delegates
delegates-uses-
c#-delegates
0
votes
What are the differences between events and delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
events-and-delegates
c#-events
c#-delegates
0
votes
What is the difference between CType and Directcast in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
ctype-delegates
ctype-
delegates
0
votes
Can we use “this” inside a static method in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
this-c#
c#-this
0
votes
What are the three types of Generic delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
generic-delegates-in-c#
generic-delegates
0
votes
What are the types of delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
delegates-in-c#
0
votes
Can we override private virtual method in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
private-virtual-method
private-virtual
0
votes
We can update the state in React.js by calling to setState() method. These calls are:
asked
Apr 15, 2022
in
React JS
by
Robindeniel
reactjs-setstate
create-react-app
react-features
react-vs-vue
react-jsx
react-components
react-statereact-props
react-props-validation
react-state-vs-props
react-events
react-lists
react-keys
react-refs
react-fragments
react-router
react-css
react-animation
react-bootstrap
react-map
0
votes
Which string method is used for concatenation of two strings in c#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
c#-concatenation
0
votes
How we can sort the array elements in descending order in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
sort-array
array-sort
0
votes
Can we have only “try” block without “catch” block in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
try-c#
c#-try
c#-catch
catch-c#
0
votes
Can we execute multiple catch blocks in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
multiple-catch-blocks
catch-block-c#
0
votes
Asynchronous API calls ______________.
asked
Apr 13, 2021
in
Redux
by
Robindeniel
redux
redux-mcq-questions
redux-interview-questions
0
votes
Reserved keywords can be use as identifiers in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
#csharp
0
votes
What is the difference between method overloading and method overriding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#method-overloading
...