Beispiel #1
0
 public AxlNetClient.GetVoiceMailPortRes getVoiceMailPort(AxlNetClient.GetVoiceMailPortReq getVoiceMailPort1)
 {
     AxlNetClient.getVoiceMailPortRequest inValue = new AxlNetClient.getVoiceMailPortRequest();
     inValue.getVoiceMailPort = getVoiceMailPort1;
     AxlNetClient.getVoiceMailPortResponse retVal = ((AxlNetClient.AXLPort30)(this)).getVoiceMailPort(inValue);
     return(retVal.getVoiceMailPortResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getVoiceMailPortResponse> getVoiceMailPortAsync(AxlNetClient.GetVoiceMailPortReq getVoiceMailPort)
 {
     return(axlPortClient30.getVoiceMailPortAsync(getVoiceMailPort));
 }
Beispiel #3
0
 public AxlNetClient.GetVoiceMailPortRes getVoiceMailPort(AxlNetClient.GetVoiceMailPortReq getVoiceMailPort1)
 {
     return(axlPortClient30.getVoiceMailPort(getVoiceMailPort1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getVoiceMailPortResponse> getVoiceMailPortAsync(AxlNetClient.GetVoiceMailPortReq getVoiceMailPort)
 {
     AxlNetClient.getVoiceMailPortRequest inValue = new AxlNetClient.getVoiceMailPortRequest();
     inValue.getVoiceMailPort = getVoiceMailPort;
     return(((AxlNetClient.AXLPort30)(this)).getVoiceMailPortAsync(inValue));
 }