asp.net.ph

MulticastDelegate Class

System Namespace


Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.

MulticastDelegate Class Members

Collapse   Methods

Visibility Name Parameters Return Type
protected CombineImpl ( Delegate follow ) Delegate
public Equals ( Object obj ) Boolean
public GetHashCode ( ) Int32
public GetInvocationList ( ) Delegate
protected GetMethodImpl ( ) MethodInfo
public GetObjectData ( SerializationInfo info , StreamingContext context ) Void
protected RemoveImpl ( Delegate value ) Delegate

Remarks

MulticastDelegate is a special class. Compilers and other tools can derive from this class, but you cannot derive from it explicitly. The same is true of the Delegate class.

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.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph