Esempio n. 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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateVoiceMailPortResponse> AxlNetClient.AXLPort30.updateVoiceMailPortAsync(AxlNetClient.updateVoiceMailPortRequest request)
 {
     return(base.Channel.updateVoiceMailPortAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.updateVoiceMailPortResponse AxlNetClient.AXLPort30.updateVoiceMailPort(AxlNetClient.updateVoiceMailPortRequest request)
 {
     return(base.Channel.updateVoiceMailPort(request));
 }