Example #1
0
 public System.Threading.Tasks.Task <landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseResponse> getResponseAsync(landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.PollRequestType arg0)
 {
     landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseRequest inValue = new landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseRequest();
     inValue.arg0 = arg0;
     return(((landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.PropertyDescriptionEnquiryV2_0PollService)(this)).getResponseAsync(inValue));
 }
Example #2
0
 public landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.ResponseSearchByPropertyDescriptionV2_0Type getResponse(landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.PollRequestType arg0)
 {
     landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseRequest inValue = new landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseRequest();
     inValue.arg0 = arg0;
     landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseResponse retVal = ((landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.PropertyDescriptionEnquiryV2_0PollService)(this)).getResponse(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseResponse> landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.PropertyDescriptionEnquiryV2_0PollService.getResponseAsync(landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseRequest request)
 {
     return(base.Channel.getResponseAsync(request));
 }
Example #4
0
 landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseResponse landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.PropertyDescriptionEnquiryV2_0PollService.getResponse(landRegistry1.LandRegistryEnquiryByProprtyDescriptionPollNS.getResponseRequest request)
 {
     return(base.Channel.getResponse(request));
 }