Example #1
0
 public System.Threading.Tasks.Task <GarageDoorPi.PiServer.UpdateStatusResponse> UpdateStatusAsync(string sensor, string status)
 {
     GarageDoorPi.PiServer.UpdateStatusRequest inValue = new GarageDoorPi.PiServer.UpdateStatusRequest();
     inValue.Body        = new GarageDoorPi.PiServer.UpdateStatusRequestBody();
     inValue.Body.sensor = sensor;
     inValue.Body.status = status;
     return(((GarageDoorPi.PiServer.ServiceSoap)(this)).UpdateStatusAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <GarageDoorPi.PiServer.UpdateStatusResponse> GarageDoorPi.PiServer.ServiceSoap.UpdateStatusAsync(GarageDoorPi.PiServer.UpdateStatusRequest request)
 {
     return(base.Channel.UpdateStatusAsync(request));
 }