コード例 #1
0
 public void UpdateStudent(web136.SLStudent.Student student, ref string[] errors)
 {
     web136.SLStudent.UpdateStudentRequest inValue = new web136.SLStudent.UpdateStudentRequest();
     inValue.student = student;
     inValue.errors  = errors;
     web136.SLStudent.UpdateStudentResponse retVal = ((web136.SLStudent.ISLStudent)(this)).UpdateStudent(inValue);
     errors = retVal.errors;
 }
コード例 #2
0
 public System.Threading.Tasks.Task <web136.SLStudent.UpdateStudentResponse> UpdateStudentAsync(web136.SLStudent.UpdateStudentRequest request)
 {
     return(base.Channel.UpdateStudentAsync(request));
 }
コード例 #3
0
 web136.SLStudent.UpdateStudentResponse web136.SLStudent.ISLStudent.UpdateStudent(web136.SLStudent.UpdateStudentRequest request)
 {
     return(base.Channel.UpdateStudent(request));
 }