i need to connect to N servers and give then a task, and after X seconds im checking each one of them if they finished.
so i tried to save the ref to the remote object in a hashTable (as the key), but when im trying to remove an item in the hashTable im getting a runtime exception ("Request for premission of type System.runtime.remoting.objref failed" .
how to get to each server?
thanks in advanced