Example #1
0
        public Remotable(Offload offload)
        {
            this.Type = offload;
			CloudletPriority = true;
			Status = false;
        }
Example #2
0
 public Remotable(Offload offload)
 {
     this.Type        = offload;
     CloudletPriority = true;
     Status           = false;
 }