multicast delegate
C53250
concept
A multicast delegate is a type of delegate that maintains an ordered list of method references and, when invoked, calls all of those methods in sequence.
Instances (2)
| Instance | Via concept surface |
|---|---|
| ParameterizedThreadStart | — |
| IOCompletionCallback | — |