Example #1
0
 public System.Threading.Tasks.Task <TN_CourseParticipant_WebService.ReadMultipleResponse> ReadMultipleAsync(TN_CourseParticipant_WebService.TN_CourseParticipant_Filter[] filter, string bookmarkKey, int setSize)
 {
     TN_CourseParticipant_WebService.ReadMultipleRequest inValue = new TN_CourseParticipant_WebService.ReadMultipleRequest();
     inValue.filter      = filter;
     inValue.bookmarkKey = bookmarkKey;
     inValue.setSize     = setSize;
     return(((TN_CourseParticipant_WebService.TN_CourseParticipant_Service)(this)).ReadMultipleAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <TN_CourseParticipant_WebService.ReadMultipleResponse> TN_CourseParticipant_WebService.TN_CourseParticipant_Service.ReadMultipleAsync(TN_CourseParticipant_WebService.ReadMultipleRequest request)
 {
     return(base.Channel.ReadMultipleAsync(request));
 }