コード例 #1
0
 public System.Threading.Tasks.Task <BoatManagement.ServiceBoatLostInfor.InsertResponse> InsertAsync(System.DateTime Lastconnect, float lat, float Long, int ID_jouney, bool status, int ID_boat, string ocean)
 {
     BoatManagement.ServiceBoatLostInfor.InsertRequest inValue = new BoatManagement.ServiceBoatLostInfor.InsertRequest();
     inValue.Body             = new BoatManagement.ServiceBoatLostInfor.InsertRequestBody();
     inValue.Body.Lastconnect = Lastconnect;
     inValue.Body.lat         = lat;
     inValue.Body.Long        = Long;
     inValue.Body.ID_jouney   = ID_jouney;
     inValue.Body.status      = status;
     inValue.Body.ID_boat     = ID_boat;
     inValue.Body.ocean       = ocean;
     return(((BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap)(this)).InsertAsync(inValue));
 }
コード例 #2
0
 public bool Insert(System.DateTime Lastconnect, float lat, float Long, int ID_jouney, bool status, int ID_boat, string ocean)
 {
     BoatManagement.ServiceBoatLostInfor.InsertRequest inValue = new BoatManagement.ServiceBoatLostInfor.InsertRequest();
     inValue.Body             = new BoatManagement.ServiceBoatLostInfor.InsertRequestBody();
     inValue.Body.Lastconnect = Lastconnect;
     inValue.Body.lat         = lat;
     inValue.Body.Long        = Long;
     inValue.Body.ID_jouney   = ID_jouney;
     inValue.Body.status      = status;
     inValue.Body.ID_boat     = ID_boat;
     inValue.Body.ocean       = ocean;
     BoatManagement.ServiceBoatLostInfor.InsertResponse retVal = ((BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap)(this)).Insert(inValue);
     return(retVal.Body.InsertResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <BoatManagement.ServiceBoatLostInfor.InsertResponse> BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap.InsertAsync(BoatManagement.ServiceBoatLostInfor.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }
コード例 #4
0
 BoatManagement.ServiceBoatLostInfor.InsertResponse BoatManagement.ServiceBoatLostInfor.BoatLostInfor1Soap.Insert(BoatManagement.ServiceBoatLostInfor.InsertRequest request)
 {
     return(base.Channel.Insert(request));
 }