Multicast delegate

Multicast delegate

In object-oriented programming, a multicast delgate is a delegate that points to several methods.

External links

* [http://msdn.microsoft.com/en-us/library/ms173175(VS.80).aspx Microsoft Developer Network (MSDN) Article] , "How to: Combine Delegates (Multicast Delegates)(C# Programming Guide)", Accessed 5/20/2008
* [http://java.sun.com/docs/white/delegates.html#Multicast Sun Developer Network (SDN) Whitepaper] , "About Microsoft's "Delegates", Accessed 5/20/2008


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • multicast — 1. adjective Having multiple targets, such that a call to the delegate triggers a call to each target. The result is a new multicast delegate that invokes both of the original implementing methods. 2. noun The simultaneous transmission of data to …   Wiktionary

  • Delegation (programming) — For the authorization related term, see delegation in IT. In object oriented programming, there are two related notions of delegation. Most commonly, it refers to a programming language feature making use of the method lookup rules for… …   Wikipedia

  • MUSE QoS solution — MUSE advocates the introduction of QoS into IP networks as this allows better resource utilization while at the same time it allows to serve multiple and different applications with the transport quality they actually need.The solution needs to… …   Wikipedia

  • Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions …   Wikipedia

  • Comparison of Java and C Sharp — This is a comparison of the C# programming language with the Java programming language. As the two are both garbage collected runtime compiled languages with syntax derived from C and C++, there are many similarities between Java and C#. However …   Wikipedia

  • Callback (computer science) — In computer programming, a callback is executable code that is passed as an argument to other code. It allows a lower level software layer to call a subroutine (or function) defined in a higher level layer. Usually, the higher level code starts… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”