Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <CourseLocationList_WebService.ReadMultipleResponse> ReadMultipleAsync(CourseLocationList_WebService.courseLocationList_Filter[] filter, string bookmarkKey, int setSize)
 {
     CourseLocationList_WebService.ReadMultipleRequest inValue = new CourseLocationList_WebService.ReadMultipleRequest();
     inValue.filter      = filter;
     inValue.bookmarkKey = bookmarkKey;
     inValue.setSize     = setSize;
     return(((CourseLocationList_WebService.CourseLocationList_Service)(this)).ReadMultipleAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <CourseLocationList_WebService.ReadMultipleResponse> CourseLocationList_WebService.CourseLocationList_Service.ReadMultipleAsync(CourseLocationList_WebService.ReadMultipleRequest request)
 {
     return(base.Channel.ReadMultipleAsync(request));
 }