Esempio n. 1
0
 public AxlNetClient.StandardResponse removeGeoLocation(AxlNetClient.NameAndGUIDRequest removeGeoLocation1)
 {
     AxlNetClient.removeGeoLocationRequest inValue = new AxlNetClient.removeGeoLocationRequest();
     inValue.removeGeoLocation = removeGeoLocation1;
     AxlNetClient.removeGeoLocationResponse retVal = ((AxlNetClient.AXLPort25)(this)).removeGeoLocation(inValue);
     return(retVal.removeGeoLocationResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeGeoLocationResponse> removeGeoLocationAsync(AxlNetClient.NameAndGUIDRequest removeGeoLocation)
 {
     AxlNetClient.removeGeoLocationRequest inValue = new AxlNetClient.removeGeoLocationRequest();
     inValue.removeGeoLocation = removeGeoLocation;
     return(((AxlNetClient.AXLPort25)(this)).removeGeoLocationAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeGeoLocationResponse> AxlNetClient.AXLPort25.removeGeoLocationAsync(AxlNetClient.removeGeoLocationRequest request)
 {
     return(base.Channel.removeGeoLocationAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.removeGeoLocationResponse AxlNetClient.AXLPort25.removeGeoLocation(AxlNetClient.removeGeoLocationRequest request)
 {
     return(base.Channel.removeGeoLocation(request));
 }