コード例 #1
0
 public System.Threading.Tasks.Task <Location_WebService.ReadByRecIdResponse> ReadByRecIdAsync(string recId)
 {
     Location_WebService.ReadByRecIdRequest inValue = new Location_WebService.ReadByRecIdRequest();
     inValue.recId = recId;
     return(((Location_WebService.Location_Service)(this)).ReadByRecIdAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <Location_WebService.ReadByRecIdResponse> Location_WebService.Location_Service.ReadByRecIdAsync(Location_WebService.ReadByRecIdRequest request)
 {
     return(base.Channel.ReadByRecIdAsync(request));
 }