public AxlNetClient.GetAnnunciatorRes getAnnunciator(AxlNetClient.GetAnnunciatorReq getAnnunciator1) { AxlNetClient.getAnnunciatorRequest inValue = new AxlNetClient.getAnnunciatorRequest(); inValue.getAnnunciator = getAnnunciator1; AxlNetClient.getAnnunciatorResponse retVal = ((AxlNetClient.AXLPort38)(this)).getAnnunciator(inValue); return(retVal.getAnnunciatorResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.getAnnunciatorResponse> getAnnunciatorAsync(AxlNetClient.GetAnnunciatorReq getAnnunciator) { AxlNetClient.getAnnunciatorRequest inValue = new AxlNetClient.getAnnunciatorRequest(); inValue.getAnnunciator = getAnnunciator; return(((AxlNetClient.AXLPort38)(this)).getAnnunciatorAsync(inValue)); }
System.Threading.Tasks.Task <AxlNetClient.getAnnunciatorResponse> AxlNetClient.AXLPort38.getAnnunciatorAsync(AxlNetClient.getAnnunciatorRequest request) { return(base.Channel.getAnnunciatorAsync(request)); }
AxlNetClient.getAnnunciatorResponse AxlNetClient.AXLPort38.getAnnunciator(AxlNetClient.getAnnunciatorRequest request) { return(base.Channel.getAnnunciator(request)); }