Exemplo n.º 1
0
 public AxlNetClient.ListVoiceMailPortRes listVoiceMailPort(AxlNetClient.ListVoiceMailPortReq listVoiceMailPort1)
 {
     AxlNetClient.listVoiceMailPortRequest inValue = new AxlNetClient.listVoiceMailPortRequest();
     inValue.listVoiceMailPort = listVoiceMailPort1;
     AxlNetClient.listVoiceMailPortResponse retVal = ((AxlNetClient.AXLPort30)(this)).listVoiceMailPort(inValue);
     return(retVal.listVoiceMailPortResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listVoiceMailPortResponse> listVoiceMailPortAsync(AxlNetClient.ListVoiceMailPortReq listVoiceMailPort)
 {
     return(axlPortClient30.listVoiceMailPortAsync(listVoiceMailPort));
 }
Exemplo n.º 3
0
 public AxlNetClient.ListVoiceMailPortRes listVoiceMailPort(AxlNetClient.ListVoiceMailPortReq listVoiceMailPort1)
 {
     return(axlPortClient30.listVoiceMailPort(listVoiceMailPort1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.listVoiceMailPortResponse> listVoiceMailPortAsync(AxlNetClient.ListVoiceMailPortReq listVoiceMailPort)
 {
     AxlNetClient.listVoiceMailPortRequest inValue = new AxlNetClient.listVoiceMailPortRequest();
     inValue.listVoiceMailPort = listVoiceMailPort;
     return(((AxlNetClient.AXLPort30)(this)).listVoiceMailPortAsync(inValue));
 }