예제 #1
0
 public AxlNetClient.StandardResponse updateGeoLocationPolicy(AxlNetClient.UpdateGeoLocationPolicyReq updateGeoLocationPolicy1)
 {
     AxlNetClient.updateGeoLocationPolicyRequest inValue = new AxlNetClient.updateGeoLocationPolicyRequest();
     inValue.updateGeoLocationPolicy = updateGeoLocationPolicy1;
     AxlNetClient.updateGeoLocationPolicyResponse retVal = ((AxlNetClient.AXLPort51)(this)).updateGeoLocationPolicy(inValue);
     return(retVal.updateGeoLocationPolicyResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGeoLocationPolicyResponse> updateGeoLocationPolicyAsync(AxlNetClient.UpdateGeoLocationPolicyReq updateGeoLocationPolicy)
 {
     AxlNetClient.updateGeoLocationPolicyRequest inValue = new AxlNetClient.updateGeoLocationPolicyRequest();
     inValue.updateGeoLocationPolicy = updateGeoLocationPolicy;
     return(((AxlNetClient.AXLPort51)(this)).updateGeoLocationPolicyAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateGeoLocationPolicyResponse> AxlNetClient.AXLPort51.updateGeoLocationPolicyAsync(AxlNetClient.updateGeoLocationPolicyRequest request)
 {
     return(base.Channel.updateGeoLocationPolicyAsync(request));
 }
예제 #4
0
 AxlNetClient.updateGeoLocationPolicyResponse AxlNetClient.AXLPort51.updateGeoLocationPolicy(AxlNetClient.updateGeoLocationPolicyRequest request)
 {
     return(base.Channel.updateGeoLocationPolicy(request));
 }