コード例 #1
0
 public string ApplyForJob(ServiceClient.JobPostingService.JobApplication application)
 {
     ServiceClient.JobPostingService.ApplyForJobRequest inValue = new ServiceClient.JobPostingService.ApplyForJobRequest();
     inValue.application = application;
     ServiceClient.JobPostingService.ApplyForJobResponse retVal = ((ServiceClient.JobPostingService.IJobApplicationService)(this)).ApplyForJob(inValue);
     return(retVal.applicationId);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <ServiceClient.JobPostingService.ApplyForJobResponse> ApplyForJobAsync(ServiceClient.JobPostingService.JobApplication application)
 {
     ServiceClient.JobPostingService.ApplyForJobRequest inValue = new ServiceClient.JobPostingService.ApplyForJobRequest();
     inValue.application = application;
     return(((ServiceClient.JobPostingService.IJobApplicationService)(this)).ApplyForJobAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <ServiceClient.JobPostingService.ApplyForJobResponse> ServiceClient.JobPostingService.IJobApplicationService.ApplyForJobAsync(ServiceClient.JobPostingService.ApplyForJobRequest request)
 {
     return(base.Channel.ApplyForJobAsync(request));
 }
コード例 #4
0
 ServiceClient.JobPostingService.ApplyForJobResponse ServiceClient.JobPostingService.IJobApplicationService.ApplyForJob(ServiceClient.JobPostingService.ApplyForJobRequest request)
 {
     return(base.Channel.ApplyForJob(request));
 }