Exemplo n.º 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);
 }
Exemplo n.º 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));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.addMobileVoiceAccessResponse> AxlNetClient.AXLPort21.addMobileVoiceAccessAsync(AxlNetClient.addMobileVoiceAccessRequest request)
 {
     return(base.Channel.addMobileVoiceAccessAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.addMobileVoiceAccessResponse AxlNetClient.AXLPort21.addMobileVoiceAccess(AxlNetClient.addMobileVoiceAccessRequest request)
 {
     return(base.Channel.addMobileVoiceAccess(request));
 }