What?s a multicast delegate?

Answers were Sorted based on User's Feedback



What?s a multicast delegate?..

Answer / t.prabu

Multicast delegate is a delegate which stores the address of
multiple mothods and also used for event handling

Is This Answer Correct ?    2 Yes 0 No

What?s a multicast delegate?..

Answer / guest

It?s a delegate that points to and eventually fires off
several methods.

Is This Answer Correct ?    1 Yes 0 No

What?s a multicast delegate?..

Answer / guest

multicasting is that you can combine several handler
methods in a list so they are all bound to a single
delegate object. When Invoke is called on the delegate
object, the MulticastDelegate class provides the code to
execute every handler method in the list.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Is list immutable in c#?

0 Answers  


How do you type a null character?

0 Answers  


How to declare a property in a class?

0 Answers  


What Is The Smallest Unit Of Execution In .net?

0 Answers   Siebel Systems,


What is the difference between these statements obj=null and obj.dispose()

4 Answers   Fulcrum Logic,






What does dbml stand for?

0 Answers  


What is unrecognized escape sequence in c#?

0 Answers  


Wht executescaler method is used?

0 Answers  


What is the difference between string and string in c#?

0 Answers  


What is overloading with example?

0 Answers  


Define multicast delegate in c#?

0 Answers  


What is string interpolation in c#?

0 Answers  


Categories