Esempio n. 1
0
 public System.Threading.Tasks.Task <LotServer.DaHuaService.openDoorResponse> openDoorAsync(string arg0)
 {
     LotServer.DaHuaService.openDoor inValue = new LotServer.DaHuaService.openDoor();
     inValue.Body      = new LotServer.DaHuaService.openDoorBody();
     inValue.Body.arg0 = arg0;
     return(((LotServer.DaHuaService.MobPhoneService)(this)).openDoorAsync(inValue));
 }
Esempio n. 2
0
 public string openDoor(string arg0)
 {
     LotServer.DaHuaService.openDoor inValue = new LotServer.DaHuaService.openDoor();
     inValue.Body      = new LotServer.DaHuaService.openDoorBody();
     inValue.Body.arg0 = arg0;
     LotServer.DaHuaService.openDoorResponse retVal = ((LotServer.DaHuaService.MobPhoneService)(this)).openDoor(inValue);
     return(retVal.Body.openDoor);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <LotServer.DaHuaService.openDoorResponse> LotServer.DaHuaService.MobPhoneService.openDoorAsync(LotServer.DaHuaService.openDoor request)
 {
     return(base.Channel.openDoorAsync(request));
 }
Esempio n. 4
0
 LotServer.DaHuaService.openDoorResponse LotServer.DaHuaService.MobPhoneService.openDoor(LotServer.DaHuaService.openDoor request)
 {
     return(base.Channel.openDoor(request));
 }