コード例 #1
0
 public System.Threading.Tasks.Task <PunClient.PunWebService.GetPunByIDResponse> GetPunByIDAsync(int punID)
 {
     PunClient.PunWebService.GetPunByIDRequest inValue = new PunClient.PunWebService.GetPunByIDRequest();
     inValue.Body       = new PunClient.PunWebService.GetPunByIDRequestBody();
     inValue.Body.punID = punID;
     return(((PunClient.PunWebService.PunServicev10Soap)(this)).GetPunByIDAsync(inValue));
 }
コード例 #2
0
 public PunClient.PunWebService.Pun GetPunByID(int punID)
 {
     PunClient.PunWebService.GetPunByIDRequest inValue = new PunClient.PunWebService.GetPunByIDRequest();
     inValue.Body       = new PunClient.PunWebService.GetPunByIDRequestBody();
     inValue.Body.punID = punID;
     PunClient.PunWebService.GetPunByIDResponse retVal = ((PunClient.PunWebService.PunServicev10Soap)(this)).GetPunByID(inValue);
     return(retVal.Body.GetPunByIDResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <PunClient.PunWebService.GetPunByIDResponse> PunClient.PunWebService.PunServicev10Soap.GetPunByIDAsync(PunClient.PunWebService.GetPunByIDRequest request)
 {
     return(base.Channel.GetPunByIDAsync(request));
 }
コード例 #4
0
 PunClient.PunWebService.GetPunByIDResponse PunClient.PunWebService.PunServicev10Soap.GetPunByID(PunClient.PunWebService.GetPunByIDRequest request)
 {
     return(base.Channel.GetPunByID(request));
 }