コード例 #1
0
 public System.Threading.Tasks.Task <studenrecordsystem.SearchWebService.GetAdressResponse> GetAdressAsync(string StudentIdToPrint, int adressNo)
 {
     studenrecordsystem.SearchWebService.GetAdressRequest inValue = new studenrecordsystem.SearchWebService.GetAdressRequest();
     inValue.Body = new studenrecordsystem.SearchWebService.GetAdressRequestBody();
     inValue.Body.StudentIdToPrint = StudentIdToPrint;
     inValue.Body.adressNo         = adressNo;
     return(((studenrecordsystem.SearchWebService.SearhWebServiceSoap)(this)).GetAdressAsync(inValue));
 }
コード例 #2
0
 public studenrecordsystem.SearchWebService.Adress GetAdress(string StudentIdToPrint, int adressNo)
 {
     studenrecordsystem.SearchWebService.GetAdressRequest inValue = new studenrecordsystem.SearchWebService.GetAdressRequest();
     inValue.Body = new studenrecordsystem.SearchWebService.GetAdressRequestBody();
     inValue.Body.StudentIdToPrint = StudentIdToPrint;
     inValue.Body.adressNo         = adressNo;
     studenrecordsystem.SearchWebService.GetAdressResponse retVal = ((studenrecordsystem.SearchWebService.SearhWebServiceSoap)(this)).GetAdress(inValue);
     return(retVal.Body.GetAdressResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <studenrecordsystem.SearchWebService.GetAdressResponse> studenrecordsystem.SearchWebService.SearhWebServiceSoap.GetAdressAsync(studenrecordsystem.SearchWebService.GetAdressRequest request)
 {
     return(base.Channel.GetAdressAsync(request));
 }
コード例 #4
0
 studenrecordsystem.SearchWebService.GetAdressResponse studenrecordsystem.SearchWebService.SearhWebServiceSoap.GetAdress(studenrecordsystem.SearchWebService.GetAdressRequest request)
 {
     return(base.Channel.GetAdress(request));
 }