Beispiel #1
0
 public AxlNetClient.StandardResponse addMobileVoiceAccess(AxlNetClient.AddMobileVoiceAccessReq addMobileVoiceAccess1)
 {
     AxlNetClient.addMobileVoiceAccessRequest inValue = new AxlNetClient.addMobileVoiceAccessRequest();
     inValue.addMobileVoiceAccess = addMobileVoiceAccess1;
     AxlNetClient.addMobileVoiceAccessResponse retVal = ((AxlNetClient.AXLPort21)(this)).addMobileVoiceAccess(inValue);
     return(retVal.addMobileVoiceAccessResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addMobileVoiceAccessResponse> addMobileVoiceAccessAsync(AxlNetClient.AddMobileVoiceAccessReq addMobileVoiceAccess)
 {
     AxlNetClient.addMobileVoiceAccessRequest inValue = new AxlNetClient.addMobileVoiceAccessRequest();
     inValue.addMobileVoiceAccess = addMobileVoiceAccess;
     return(((AxlNetClient.AXLPort21)(this)).addMobileVoiceAccessAsync(inValue));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.addMobileVoiceAccessResponse> addMobileVoiceAccessAsync(AxlNetClient.AddMobileVoiceAccessReq addMobileVoiceAccess)
 {
     return(axlPortClient21.addMobileVoiceAccessAsync(addMobileVoiceAccess));
 }
Beispiel #4
0
 public AxlNetClient.StandardResponse addMobileVoiceAccess(AxlNetClient.AddMobileVoiceAccessReq addMobileVoiceAccess1)
 {
     return(axlPortClient21.addMobileVoiceAccess(addMobileVoiceAccess1));
 }