Infolink

 

Search This Blog

Showing posts with label multicast delegate. Show all posts
Showing posts with label multicast delegate. Show all posts

Nov 24, 2012

What is a multicast delegate?

A MulticastDelegate has a linked list of delegates, called an invocation list, consisting of one or more elements. When a multicast delegate is invoked, the delegates in the invocation list are called synchronously in the order in which they appear. If an error occurs during execution of the list then an exception is thrown
Related Posts Plugin for WordPress, Blogger...