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); }
public System.Threading.Tasks.Task <AxlNetClient.getVoiceMailPortResponse> getVoiceMailPortAsync(AxlNetClient.GetVoiceMailPortReq getVoiceMailPort) { return(axlPortClient30.getVoiceMailPortAsync(getVoiceMailPort)); }
public AxlNetClient.GetVoiceMailPortRes getVoiceMailPort(AxlNetClient.GetVoiceMailPortReq getVoiceMailPort1) { return(axlPortClient30.getVoiceMailPort(getVoiceMailPort1)); }
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)); }