public AxlNetClient.StandardResponse updateSipTrunk(AxlNetClient.UpdateSipTrunkReq updateSipTrunk1) { AxlNetClient.updateSipTrunkRequest inValue = new AxlNetClient.updateSipTrunkRequest(); inValue.updateSipTrunk = updateSipTrunk1; AxlNetClient.updateSipTrunkResponse retVal = ((AxlNetClient.AXLPort51)(this)).updateSipTrunk(inValue); return(retVal.updateSipTrunkResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.updateSipTrunkResponse> updateSipTrunkAsync(AxlNetClient.UpdateSipTrunkReq updateSipTrunk) { return(axlPortClient51.updateSipTrunkAsync(updateSipTrunk)); }
public AxlNetClient.StandardResponse updateSipTrunk(AxlNetClient.UpdateSipTrunkReq updateSipTrunk1) { return(axlPortClient51.updateSipTrunk(updateSipTrunk1)); }
public System.Threading.Tasks.Task <AxlNetClient.updateSipTrunkResponse> updateSipTrunkAsync(AxlNetClient.UpdateSipTrunkReq updateSipTrunk) { AxlNetClient.updateSipTrunkRequest inValue = new AxlNetClient.updateSipTrunkRequest(); inValue.updateSipTrunk = updateSipTrunk; return(((AxlNetClient.AXLPort51)(this)).updateSipTrunkAsync(inValue)); }