Exemplo n.º 1
0
 /*public static ServiceProxies.RExService.RExServiceClient GetREx(string rexUrl)
 {
     var service = new ServiceProxies.RExService.RExServiceClient();
     service.Endpoint.Address = new EndpointAddress(rexUrl);
     return service;
 }*/
 public static ServiceProxies.SchedulerService.SchedulerServiceClient GetSchedulerService(string url = null)
 {
     var service = new ServiceProxies.SchedulerService.SchedulerServiceClient();
     return service;
 }
Exemplo n.º 2
0
        /*public static ServiceProxies.RExService.RExServiceClient GetREx(string rexUrl)
         * {
         *  var service = new ServiceProxies.RExService.RExServiceClient();
         *  service.Endpoint.Address = new EndpointAddress(rexUrl);
         *  return service;
         * }*/

        public static ServiceProxies.SchedulerService.SchedulerServiceClient GetSchedulerService(string url = null)
        {
            var service = new ServiceProxies.SchedulerService.SchedulerServiceClient();

            return(service);
        }