コード例 #1
0
 public System.Threading.Tasks.Task <TN_CourseParticipant_WebService.GetRecIdFromKeyResponse> GetRecIdFromKeyAsync(string Key)
 {
     TN_CourseParticipant_WebService.GetRecIdFromKeyRequest inValue = new TN_CourseParticipant_WebService.GetRecIdFromKeyRequest();
     inValue.Key = Key;
     return(((TN_CourseParticipant_WebService.TN_CourseParticipant_Service)(this)).GetRecIdFromKeyAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <TN_CourseParticipant_WebService.GetRecIdFromKeyResponse> TN_CourseParticipant_WebService.TN_CourseParticipant_Service.GetRecIdFromKeyAsync(TN_CourseParticipant_WebService.GetRecIdFromKeyRequest request)
 {
     return(base.Channel.GetRecIdFromKeyAsync(request));
 }