Example #1
0
 public System.Threading.Tasks.Task <Location_WebService.IsUpdatedResponse> IsUpdatedAsync(string Key)
 {
     Location_WebService.IsUpdatedRequest inValue = new Location_WebService.IsUpdatedRequest();
     inValue.Key = Key;
     return(((Location_WebService.Location_Service)(this)).IsUpdatedAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <Location_WebService.IsUpdatedResponse> Location_WebService.Location_Service.IsUpdatedAsync(Location_WebService.IsUpdatedRequest request)
 {
     return(base.Channel.IsUpdatedAsync(request));
 }