コード例 #1
0
 public System.Threading.Tasks.Task <PostCodesWithMunicipality_WebService.IsUpdatedResponse> IsUpdatedAsync(string Key)
 {
     PostCodesWithMunicipality_WebService.IsUpdatedRequest inValue = new PostCodesWithMunicipality_WebService.IsUpdatedRequest();
     inValue.Key = Key;
     return(((PostCodesWithMunicipality_WebService.PostCodesWithMunicipality_Service)(this)).IsUpdatedAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <PostCodesWithMunicipality_WebService.IsUpdatedResponse> PostCodesWithMunicipality_WebService.PostCodesWithMunicipality_Service.IsUpdatedAsync(PostCodesWithMunicipality_WebService.IsUpdatedRequest request)
 {
     return(base.Channel.IsUpdatedAsync(request));
 }