コード例 #1
0
 public System.Threading.Tasks.Task <LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthResponse> FindDeadPeopleByMonthAsync(string Month)
 {
     LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequest inValue = new LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequest();
     inValue.Body       = new LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequestBody();
     inValue.Body.Month = Month;
     return(((LABB1Client.Lab1ExtrasService3.Extras3ServiceSoap)(this)).FindDeadPeopleByMonthAsync(inValue));
 }
コード例 #2
0
 public string FindDeadPeopleByMonth(string Month)
 {
     LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequest inValue = new LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequest();
     inValue.Body       = new LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequestBody();
     inValue.Body.Month = Month;
     LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthResponse retVal = ((LABB1Client.Lab1ExtrasService3.Extras3ServiceSoap)(this)).FindDeadPeopleByMonth(inValue);
     return(retVal.Body.FindDeadPeopleByMonthResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthResponse> LABB1Client.Lab1ExtrasService3.Extras3ServiceSoap.FindDeadPeopleByMonthAsync(LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequest request)
 {
     return(base.Channel.FindDeadPeopleByMonthAsync(request));
 }
コード例 #4
0
 LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthResponse LABB1Client.Lab1ExtrasService3.Extras3ServiceSoap.FindDeadPeopleByMonth(LABB1Client.Lab1ExtrasService3.FindDeadPeopleByMonthRequest request)
 {
     return(base.Channel.FindDeadPeopleByMonth(request));
 }