What?s a multicast delegate?
Answers were Sorted based on User's Feedback
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 |
Answer / guest
It?s a delegate that points to and eventually fires off
several methods.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
What does console writeline do?
What?s the difference between an interface and abstract class?
what is IComparable
Can you see a loop recorder?
What is the difference between the debug class and trace class? Documentation looks the same.
Can we have multiple constructors in a class c#?
What is final keyword in c#?
Explain inheritance in c#?
Can we inherit a private class in c#?
what are the Disadvantages of vb
Can you inherit multiple abstract classes in c#?
What is join in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)