Example #1
0
 public AxlNetClient.StandardResponse removeVoiceMailPort(AxlNetClient.NameAndGUIDRequest removeVoiceMailPort1)
 {
     AxlNetClient.removeVoiceMailPortRequest inValue = new AxlNetClient.removeVoiceMailPortRequest();
     inValue.removeVoiceMailPort = removeVoiceMailPort1;
     AxlNetClient.removeVoiceMailPortResponse retVal = ((AxlNetClient.AXLPort30)(this)).removeVoiceMailPort(inValue);
     return(retVal.removeVoiceMailPortResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeVoiceMailPortResponse> removeVoiceMailPortAsync(AxlNetClient.NameAndGUIDRequest removeVoiceMailPort)
 {
     AxlNetClient.removeVoiceMailPortRequest inValue = new AxlNetClient.removeVoiceMailPortRequest();
     inValue.removeVoiceMailPort = removeVoiceMailPort;
     return(((AxlNetClient.AXLPort30)(this)).removeVoiceMailPortAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeVoiceMailPortResponse> AxlNetClient.AXLPort30.removeVoiceMailPortAsync(AxlNetClient.removeVoiceMailPortRequest request)
 {
     return(base.Channel.removeVoiceMailPortAsync(request));
 }
Example #4
0
 AxlNetClient.removeVoiceMailPortResponse AxlNetClient.AXLPort30.removeVoiceMailPort(AxlNetClient.removeVoiceMailPortRequest request)
 {
     return(base.Channel.removeVoiceMailPort(request));
 }