System.MulticastDelegate Class
Information   Base Types   Related Resources

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

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.Delegate
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (7)Discussions (28)MembersRotorChanges
    Articles

    Page: 1
    An Event Pool
    The Code Project
    An event pool helps manage large amounts of events that otherwise clutter up your code and make maintenance difficult.
    An Event to Remember
    MSDN
    Last month, we talked about performance and boxing. One of the questions that came up from a reader was why the Perl version is so much faster than the C# version. One answer is that Perl is very good at what it does. One reader pointed out that I had forgotten to tell the Regex to compile the regular expression rather than interpret it on every match. In Beta 1, this is done by passing "c" as the second parameter to the Regex constructor (there's an enum to do the same thing in Beta 2). This cuts the overhead nearly in half, and reduces the elapsed time for the fastest version down to a little less than 7 seconds.
    Authentication of a Web Service Using Microsoft .NET Passport
    MSDN
    This article discusses the issues encountered during the development of the authentication component for the ColdStorage sample Web services
    Delegates in Managed C++
    The Code Project
    Delegates are .NET's type safe equivalent to function pointers. Delegates go further than this though. Instead of a single delegate having the ability to point to, and invoke, a single function, delegates in .NET give you the ability to have a single delegate point to a list of methods, each which will be called in turn.
    Events and Delegates
    The Code Project
    Events and Delegates - A real time approach
    Exploring Delegates
    C# Corner
    Delegates are a kind of type safe function pointers which are actually declared as class derived from System.MulticastDelegate.
    The Delegate Type in J#
    MSDN
    Use the Delegate Type in Microsoft Visual J# .NET to treat methods as data.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com