Uniquely Identifying Delegates
Hi, is there an easy (framework provided) way to identify delegate instances? I need to identify delegates coming from a process so i wont duplicate them in the remoted object. This way I dont get duplicate (more than duplicate) calls to the sub routine assigned to the delegate.
Thanks
|