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