public AxlNetClient.StandardResponse removeMeetMe(AxlNetClient.RemoveMeetMeReq removeMeetMe1) { AxlNetClient.removeMeetMeRequest inValue = new AxlNetClient.removeMeetMeRequest(); inValue.removeMeetMe = removeMeetMe1; AxlNetClient.removeMeetMeResponse retVal = ((AxlNetClient.AXLPort21)(this)).removeMeetMe(inValue); return(retVal.removeMeetMeResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.removeMeetMeResponse> removeMeetMeAsync(AxlNetClient.RemoveMeetMeReq removeMeetMe) { AxlNetClient.removeMeetMeRequest inValue = new AxlNetClient.removeMeetMeRequest(); inValue.removeMeetMe = removeMeetMe; return(((AxlNetClient.AXLPort21)(this)).removeMeetMeAsync(inValue)); }
System.Threading.Tasks.Task <AxlNetClient.removeMeetMeResponse> AxlNetClient.AXLPort21.removeMeetMeAsync(AxlNetClient.removeMeetMeRequest request) { return(base.Channel.removeMeetMeAsync(request)); }
AxlNetClient.removeMeetMeResponse AxlNetClient.AXLPort21.removeMeetMe(AxlNetClient.removeMeetMeRequest request) { return(base.Channel.removeMeetMe(request)); }