Esempio n. 1
0
 public AxlNetClient.StandardResponse addImeE164Transformation(AxlNetClient.AddImeE164TransformationReq addImeE164Transformation1)
 {
     AxlNetClient.addImeE164TransformationRequest inValue = new AxlNetClient.addImeE164TransformationRequest();
     inValue.addImeE164Transformation = addImeE164Transformation1;
     AxlNetClient.addImeE164TransformationResponse retVal = ((AxlNetClient.AXLPort62)(this)).addImeE164Transformation(inValue);
     return(retVal.addImeE164TransformationResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addImeE164TransformationResponse> addImeE164TransformationAsync(AxlNetClient.AddImeE164TransformationReq addImeE164Transformation)
 {
     return(axlPortClient62.addImeE164TransformationAsync(addImeE164Transformation));
 }
Esempio n. 3
0
 public AxlNetClient.StandardResponse addImeE164Transformation(AxlNetClient.AddImeE164TransformationReq addImeE164Transformation1)
 {
     return(axlPortClient62.addImeE164Transformation(addImeE164Transformation1));
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addImeE164TransformationResponse> addImeE164TransformationAsync(AxlNetClient.AddImeE164TransformationReq addImeE164Transformation)
 {
     AxlNetClient.addImeE164TransformationRequest inValue = new AxlNetClient.addImeE164TransformationRequest();
     inValue.addImeE164Transformation = addImeE164Transformation;
     return(((AxlNetClient.AXLPort62)(this)).addImeE164TransformationAsync(inValue));
 }