예제 #1
0
 public AxlNetClient.StandardResponse addVoiceMailPort(AxlNetClient.AddVoiceMailPortReq addVoiceMailPort1)
 {
     AxlNetClient.addVoiceMailPortRequest inValue = new AxlNetClient.addVoiceMailPortRequest();
     inValue.addVoiceMailPort = addVoiceMailPort1;
     AxlNetClient.addVoiceMailPortResponse retVal = ((AxlNetClient.AXLPort30)(this)).addVoiceMailPort(inValue);
     return(retVal.addVoiceMailPortResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addVoiceMailPortResponse> addVoiceMailPortAsync(AxlNetClient.AddVoiceMailPortReq addVoiceMailPort)
 {
     return(axlPortClient30.addVoiceMailPortAsync(addVoiceMailPort));
 }
예제 #3
0
 public AxlNetClient.StandardResponse addVoiceMailPort(AxlNetClient.AddVoiceMailPortReq addVoiceMailPort1)
 {
     return(axlPortClient30.addVoiceMailPort(addVoiceMailPort1));
 }
예제 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addVoiceMailPortResponse> addVoiceMailPortAsync(AxlNetClient.AddVoiceMailPortReq addVoiceMailPort)
 {
     AxlNetClient.addVoiceMailPortRequest inValue = new AxlNetClient.addVoiceMailPortRequest();
     inValue.addVoiceMailPort = addVoiceMailPort;
     return(((AxlNetClient.AXLPort30)(this)).addVoiceMailPortAsync(inValue));
 }