Is there a way to make a dynamic beginInvoke call?
I'm doing this in a remoting environment.
I tried:
System.Delegate .CreateDelegate (DelegateType, Client.RemotObj ect, Method,
True)
But it doesn't seem to work.
Any sample could would be great!
I'm doing this in a remoting environment.
I tried:
System.Delegate .CreateDelegate (DelegateType, Client.RemotObj ect, Method,
True)
But it doesn't seem to work.
Any sample could would be great!