コード例 #1
0
 public CronusWebApplication.CronusService.Employee[] GetEmployees()
 {
     CronusWebApplication.CronusService.GetEmployeesRequest inValue = new CronusWebApplication.CronusService.GetEmployeesRequest();
     inValue.Body = new CronusWebApplication.CronusService.GetEmployeesRequestBody();
     CronusWebApplication.CronusService.GetEmployeesResponse retVal = ((CronusWebApplication.CronusService.CronusWebServiceSoap)(this)).GetEmployees(inValue);
     return(retVal.Body.GetEmployeesResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <CronusWebApplication.CronusService.GetEmployeesResponse> GetEmployeesAsync()
 {
     CronusWebApplication.CronusService.GetEmployeesRequest inValue = new CronusWebApplication.CronusService.GetEmployeesRequest();
     inValue.Body = new CronusWebApplication.CronusService.GetEmployeesRequestBody();
     return(((CronusWebApplication.CronusService.CronusWebServiceSoap)(this)).GetEmployeesAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <CronusWebApplication.CronusService.GetEmployeesResponse> CronusWebApplication.CronusService.CronusWebServiceSoap.GetEmployeesAsync(CronusWebApplication.CronusService.GetEmployeesRequest request)
 {
     return(base.Channel.GetEmployeesAsync(request));
 }
コード例 #4
0
 CronusWebApplication.CronusService.GetEmployeesResponse CronusWebApplication.CronusService.CronusWebServiceSoap.GetEmployees(CronusWebApplication.CronusService.GetEmployeesRequest request)
 {
     return(base.Channel.GetEmployees(request));
 }