Example #1
0
 public web136.SLSchedule.ScheduledCourse[] GetScheduleListComplete(ref string[] errors)
 {
     web136.SLSchedule.GetScheduleListCompleteRequest inValue = new web136.SLSchedule.GetScheduleListCompleteRequest();
     inValue.errors = errors;
     web136.SLSchedule.GetScheduleListCompleteResponse retVal = ((web136.SLSchedule.ISLCourseSchedule)(this)).GetScheduleListComplete(inValue);
     errors = retVal.errors;
     return(retVal.GetScheduleListCompleteResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <web136.SLSchedule.GetScheduleListCompleteResponse> GetScheduleListCompleteAsync(web136.SLSchedule.GetScheduleListCompleteRequest request)
 {
     return(base.Channel.GetScheduleListCompleteAsync(request));
 }
Example #3
0
 web136.SLSchedule.GetScheduleListCompleteResponse web136.SLSchedule.ISLCourseSchedule.GetScheduleListComplete(web136.SLSchedule.GetScheduleListCompleteRequest request)
 {
     return(base.Channel.GetScheduleListComplete(request));
 }