Example #1
0
 public AxlNetClient.StandardResponse updateVoiceMailPort(AxlNetClient.UpdateVoiceMailPortReq updateVoiceMailPort1)
 {
     AxlNetClient.updateVoiceMailPortRequest inValue = new AxlNetClient.updateVoiceMailPortRequest();
     inValue.updateVoiceMailPort = updateVoiceMailPort1;
     AxlNetClient.updateVoiceMailPortResponse retVal = ((AxlNetClient.AXLPort30)(this)).updateVoiceMailPort(inValue);
     return(retVal.updateVoiceMailPortResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVoiceMailPortResponse> updateVoiceMailPortAsync(AxlNetClient.UpdateVoiceMailPortReq updateVoiceMailPort)
 {
     return(axlPortClient30.updateVoiceMailPortAsync(updateVoiceMailPort));
 }
Example #3
0
 public AxlNetClient.StandardResponse updateVoiceMailPort(AxlNetClient.UpdateVoiceMailPortReq updateVoiceMailPort1)
 {
     return(axlPortClient30.updateVoiceMailPort(updateVoiceMailPort1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVoiceMailPortResponse> updateVoiceMailPortAsync(AxlNetClient.UpdateVoiceMailPortReq updateVoiceMailPort)
 {
     AxlNetClient.updateVoiceMailPortRequest inValue = new AxlNetClient.updateVoiceMailPortRequest();
     inValue.updateVoiceMailPort = updateVoiceMailPort;
     return(((AxlNetClient.AXLPort30)(this)).updateVoiceMailPortAsync(inValue));
 }