Esempio n. 1
0
 public AxlNetClient.GetGeoLocationPolicyRes getGeoLocationPolicy(AxlNetClient.GetGeoLocationPolicyReq getGeoLocationPolicy1)
 {
     AxlNetClient.getGeoLocationPolicyRequest inValue = new AxlNetClient.getGeoLocationPolicyRequest();
     inValue.getGeoLocationPolicy = getGeoLocationPolicy1;
     AxlNetClient.getGeoLocationPolicyResponse retVal = ((AxlNetClient.AXLPort51)(this)).getGeoLocationPolicy(inValue);
     return(retVal.getGeoLocationPolicyResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getGeoLocationPolicyResponse> getGeoLocationPolicyAsync(AxlNetClient.GetGeoLocationPolicyReq getGeoLocationPolicy)
 {
     AxlNetClient.getGeoLocationPolicyRequest inValue = new AxlNetClient.getGeoLocationPolicyRequest();
     inValue.getGeoLocationPolicy = getGeoLocationPolicy;
     return(((AxlNetClient.AXLPort51)(this)).getGeoLocationPolicyAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.getGeoLocationPolicyResponse> AxlNetClient.AXLPort51.getGeoLocationPolicyAsync(AxlNetClient.getGeoLocationPolicyRequest request)
 {
     return(base.Channel.getGeoLocationPolicyAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.getGeoLocationPolicyResponse AxlNetClient.AXLPort51.getGeoLocationPolicy(AxlNetClient.getGeoLocationPolicyRequest request)
 {
     return(base.Channel.getGeoLocationPolicy(request));
 }