Ejemplo n.º 1
0
        public bool setFreeze(string url)
        {
            IRemoteOperations worker = (IRemoteOperations)Activator.GetObject(typeof(IRemoteOperations), url);

            worker.Freeze();
            return(wm.freeze(url));
        }
Ejemplo n.º 2
0
 // Freezes from the library. The master manages this situation
 public bool freeze(string url)
 {
     return(WorkerManager.freeze(url));
 }