Question on multicast delegates?

  • Thread starter Thread starter Hiten
  • Start date Start date
H

Hiten

Hi
I have created multicast delegates, now i want to point to perticular
reference from delegate to invoke that mathod
how do i do that

please any one know it.....

Thanks
 
Hiten said:
I have created multicast delegates, now i want to point to perticular
reference from delegate to invoke that mathod
how do i do that

please any one know it.....

What exactly do you mean by "particular reference"?

I *suspect* you may want MulticastDelegate.GetInvocationList, but I'm
not sure.
 
Back
Top