コード例 #1
0
 public System.Threading.Tasks.Task <LessonManager.ServiceReference1.GetLessonResponse> GetLessonAsync(int CustomerID)
 {
     LessonManager.ServiceReference1.GetLessonRequest inValue = new LessonManager.ServiceReference1.GetLessonRequest();
     inValue.Body            = new LessonManager.ServiceReference1.GetLessonRequestBody();
     inValue.Body.CustomerID = CustomerID;
     return(((LessonManager.ServiceReference1.WebService1Soap)(this)).GetLessonAsync(inValue));
 }
コード例 #2
0
 public string GetLesson(int CustomerID)
 {
     LessonManager.ServiceReference1.GetLessonRequest inValue = new LessonManager.ServiceReference1.GetLessonRequest();
     inValue.Body            = new LessonManager.ServiceReference1.GetLessonRequestBody();
     inValue.Body.CustomerID = CustomerID;
     LessonManager.ServiceReference1.GetLessonResponse retVal = ((LessonManager.ServiceReference1.WebService1Soap)(this)).GetLesson(inValue);
     return(retVal.Body.GetLessonResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <LessonManager.ServiceReference1.GetLessonResponse> LessonManager.ServiceReference1.WebService1Soap.GetLessonAsync(LessonManager.ServiceReference1.GetLessonRequest request)
 {
     return(base.Channel.GetLessonAsync(request));
 }
コード例 #4
0
 LessonManager.ServiceReference1.GetLessonResponse LessonManager.ServiceReference1.WebService1Soap.GetLesson(LessonManager.ServiceReference1.GetLessonRequest request)
 {
     return(base.Channel.GetLesson(request));
 }