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